#include <AshtechStream.hpp>
Inheritance diagram for AshtechStream:


Definition at line 54 of file AshtechStream.hpp.
Public Member Functions | |
| AshtechStream () | |
| AshtechStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| virtual | ~AshtechStream () |
| destructor per the coding standards | |
| virtual void | open (const char *fn, std::ios::openmode mode=std::ios::in) |
| overrides open to reset the header | |
| std::streampos | getRawPos () |
Public Attributes | |
| std::string | rawData |
| The raw bytes read from the file. | |
| bool | header |
|
|
Definition at line 57 of file AshtechStream.hpp. |
|
||||||||||||
|
Definition at line 63 of file AshtechStream.hpp. |
|
|
destructor per the coding standards
Definition at line 68 of file AshtechStream.hpp. |
|
|
Definition at line 85 of file AshtechStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFBinaryStream. Definition at line 72 of file AshtechStream.hpp. |
|
|
Definition at line 82 of file AshtechStream.hpp. |
|
|
The raw bytes read from the file.
Definition at line 78 of file AshtechStream.hpp. Referenced by AshtechPBEN::reallyGetRecord(), AshtechMBEN::reallyGetRecord(), AshtechEPB::reallyGetRecord(), and AshtechALB::reallyGetRecord(). |
1.3.9.1