|
libStatGen Software
1
|
Child class of SamFile for reading files. More...
#include <SamFile.h>


Public Member Functions | |
| SamFileReader () | |
| Default Constructor. | |
| SamFileReader (const char *filename) | |
| Constructor that opens the specified file for read. | |
| SamFileReader (const char *filename, ErrorHandler::HandlingType errorHandlingType) | |
| Constructor that opens the specified file for read. | |
| SamFileReader (const char *filename, SamFileHeader *header) | |
| Constructor that opens the specified file for read and reads the header from the file. | |
| SamFileReader (const char *filename, ErrorHandler::HandlingType errorHandlingType, SamFileHeader *header) | |
| Constructor that opens the specified file for read and reads the header from the file. | |
| SamFileReader::SamFileReader | ( | const char * | filename, |
| SamFileHeader * | header | ||
| ) |
Constructor that opens the specified file for read and reads the header from the file.
Definition at line 1384 of file SamFile.cpp.
| SamFileReader::SamFileReader | ( | const char * | filename, |
| ErrorHandler::HandlingType | errorHandlingType, | ||
| SamFileHeader * | header | ||
| ) |
Constructor that opens the specified file for read and reads the header from the file.
Definition at line 1392 of file SamFile.cpp.