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. |
Child class of SamFile for reading files.
Definition at line 426 of file SamFile.h.
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 1335 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 1343 of file SamFile.cpp.