|
xmscore
1.0
|
Implementation for DaStreamWriter. More...
Public Member Functions | |
| Impl (std::ostream &a_outStream, bool a_binaryArrays) | |
Public Attributes | |
| std::ostream & | m_outStream |
| The output stream. | |
| bool | m_binaryArrays |
| Should binary arrays be written? | |
| int | m_blockSize = MAX_BLOCK_SIZE |
| The block size for binary arrays. | |
Implementation for DaStreamWriter.
Definition at line 72 of file daStreamIo.cpp.
|
inline |
Constructor
| a_outStream | The input stream. |
| a_binaryArrays | Should binary arrays be written? |
Definition at line 78 of file daStreamIo.cpp.