|
|
| MemStream (void *ptr, size_t s) |
| |
| virtual or_error | open () |
| |
| virtual int | close () |
| |
| virtual int | seek (off_t offset, int whence) |
| |
| virtual int | read (void *buf, size_t count) |
| |
|
virtual off_t | filesize () |
| |
| | Stream (const char *filename) |
| |
|
Error | get_error () |
| |
| const std::string & | get_path () const |
| |
|
uint8_t | readByte () throw (Internals::IOException) |
| |
|
| typedef ::or_error | Error |
| |
|
void | set_error (Error error) |
| |
Definition at line 30 of file memstream.h.
◆ close()
| int OpenRaw::IO::MemStream::close |
( |
| ) |
|
|
virtual |
◆ open()
| or_error OpenRaw::IO::MemStream::open |
( |
| ) |
|
|
virtual |
◆ read()
| int OpenRaw::IO::MemStream::read |
( |
void * |
buf, |
|
|
size_t |
count |
|
) |
| |
|
virtual |
◆ seek()
| int OpenRaw::IO::MemStream::seek |
( |
off_t |
offset, |
|
|
int |
whence |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: