An I/O stream into which objects may be serialized and subsequently deserialized.
More...
|
| ByteStream (std::streambuf *sb) |
|
| ByteStream (ByteStream &&rhs) |
|
ByteStream & | operator= (ByteStream &&rhs) |
|
int_type | get () |
|
ByteStream & | get (byte &c) |
|
ByteStream & | get (byte *s, std::streamsize n) |
|
ByteStream & | get (byte *s, std::streamsize n, byte delim) |
|
ByteStream & | get (std::streambuf &sb) |
|
ByteStream & | get (std::streambuf &sb, byte delim) |
|
ByteStream & | getline (byte *s, std::streamsize n) |
|
ByteStream & | getline (byte *s, std::streamsize n, byte delim) |
|
ByteStream & | ignore (std::streamsize count=1, int_type delim=traits_type::eof()) |
|
ByteStream & | read (byte *s, std::streamsize n) |
|
std::streamsize | readsome (byte *s, std::streamsize n) |
|
ByteStream & | putback (byte c) |
|
ByteStream & | unget () |
|
ByteStream & | seekg (pos_type pos) |
|
ByteStream & | seekg (off_type off, ios_base::seekdir dir) |
|
ByteStream & | put (byte c) |
|
ByteStream & | write (const byte *s, std::streamsize n) |
|
ByteStream & | seekp (pos_type pos) |
|
ByteStream & | seekp (off_type off, ios_base::seekdir dir) |
|
ByteStream & | flush () |
|
An I/O stream into which objects may be serialized and subsequently deserialized.