|
xmscore
1.0
|
Implementation for DaStreamReader. More...
Public Member Functions | |
| Impl (std::istream &a_inStream, bool a_binaryArrays) | |
Public Attributes | |
| std::istream & | m_inStream |
| The input stream. | |
| bool | m_binaryArrays |
| Should binary arrays be read? | |
Implementation for DaStreamReader.
Definition at line 53 of file daStreamIo.cpp.
|
inline |
Constructor
| a_inStream | The input stream. |
| a_binaryArrays | Were binary arrays written? |
Definition at line 59 of file daStreamIo.cpp.