Now you can download a copy of these docs so you can use them offline! Download now

Public Member Functions | |
| DataIOStream (IOStream *stream) | |
| void | writeByte (uint8_t b) |
| void | write2BytesBE (uint16_t s) |
| void | writeString (std::string &str) |
| void | flush () |
| uint8_t | readByte () |
| uint16_t | read2BytesBE () |
| std::string * | readString () |
| void | close () |
| void | SetIOStream (IOStream *stream) |
Public Attributes | |
| IOStream * | iostream |
Definition at line 30 of file DataIOStream.h.
1.8.6