Definition at line 173 of file cdrfile.h.
OSB_LIB::CdrInputFile::CdrInputFile | ( | ) |
Default constructor.
OSB_LIB::CdrInputFile::CdrInputFile | ( | const CdrInputFile & | ) | [private] |
Prevent copying: not implemented.
int OSB_LIB::CdrInputFile::open | ( | const std::string & | dir, | |
const std::string & | name, | |||
bool | binary | |||
) |
Open the input file.
dir | Directory of the input file. | |
name | Name of the input file. | |
binary | Flag to open the file in binary mode. |
int OSB_LIB::CdrInputFile::open | ( | const std::string & | path, | |
bool | binary | |||
) |
Open the input file.
path | Full path of the input file. | |
binary | Flag to open the file in binary mode. |
CdrInputFile& OSB_LIB::CdrInputFile::operator= | ( | const CdrInputFile & | ) | [private] |
Prevent assignment: not implemented.
bool OSB_LIB::CdrInputFile::readAsn1 | ( | Asn1Reader * | dest | ) |
Read ASN.1 encode data from file.
dest | Gets the ASN.1 data. |
bool OSB_LIB::CdrInputFile::readLine | ( | std::string * | dest | ) |
Read a line from a text file.
dest | Gets the line read from file_. Note that it may be empty. |