#include <BxBinaryFileWriter.h>
Inheritance diagram for BxBinaryFileWriter:

Public Member Functions | |
| BxBinaryFileWriter () | |
| BxBinaryFileWriter (char *filename) | |
| bool | writeDataObject (BxDataObject &pdo) |
|
|
Default constructor. Constructs an instance of the class BxBinaryFileWriter. Default attribute values are assigned as follows:
readonly_ = false;
|
|
|
Construct a binary file writer instance; create and open a specified external file for writing.
The input parameter provides the full path filename of an external file to be associated with the newly constructed instance of BxBinaryFileWriter. The specified file is created and opened for writing in binary mode. |
|
|
Write an instance of BxDataObject to a binary file, converting byte order if necessary.
An input data object is written to the current write position in a binary file. The file must be open for writing in binary mode. The number of bytes written is determined by the type of the BxDataObject instance. Only primitive BinX application data types are supported by this method.
|
1.3.3