libStatGen Software  1
SamFileWriter Class Reference

Child class of SamFile for writing files. More...

#include <SamFile.h>

Inheritance diagram for SamFileWriter:
Collaboration diagram for SamFileWriter:

List of all members.

Public Member Functions

 SamFileWriter ()
 Default Constructor.
 SamFileWriter (const char *filename)
 Constructor that opens the specified file for write.
 SamFileWriter (const char *filename, ErrorHandler::HandlingType errorHandlingType)
 Constructor that opens the specified file for write.
 SamFileWriter (const char *filename, SamFileHeader *header)
 Constructor that opens the specified file for write and write the specified header into the file.
 SamFileWriter (const char *filename, ErrorHandler::HandlingType errorHandlingType, SamFileHeader *header)
 Constructor that opens the specified file for write and write the specified header into the file.

Detailed Description

Child class of SamFile for writing files.

Definition at line 485 of file SamFile.h.


Constructor & Destructor Documentation

SamFileWriter::SamFileWriter ( const char *  filename,
SamFileHeader header 
)

Constructor that opens the specified file for write and write the specified header into the file.

Definition at line 1428 of file SamFile.cpp.

    : SamFile(filename, WRITE, header)
{
}
SamFileWriter::SamFileWriter ( const char *  filename,
ErrorHandler::HandlingType  errorHandlingType,
SamFileHeader header 
)

Constructor that opens the specified file for write and write the specified header into the file.

Definition at line 1436 of file SamFile.cpp.

    : SamFile(filename, WRITE, errorHandlingType, header)
{
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends