

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. | |
Definition at line 422 of file SamFile.h.
| 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 1379 of file SamFile.cpp.
| 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 1387 of file SamFile.cpp.
1.6.3