

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. | |
Definition at line 393 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.
1.6.3