namespace vos class OByteStream : public OStream Wraps a byte-stream around a byte array
| | changeSize (long new_size) |
| | getOffset () |
| | getSize () |
| | isEof () |
| | OByteStream (OByteArray& b) Create a ByteStream that uses the given ByteArray. |
| | readData (void* pbuffer, long n) |
| | seekRelative (IPositionableStream::Offset change) |
| | seekTo (IPositionableStream::Offset pos) |
| | seekToEnd () |
| | writeData (const void* pbuffer, long n) |
Wraps a byte-stream around a byte array
virtual Boolean writeData(const void* pbuffer, long n)
virtual long readData(void* pbuffer, long n)
virtual Boolean seekTo(IPositionableStream::Offset pos)
virtual Boolean seekToEnd()
virtual Boolean seekRelative(IPositionableStream::Offset change)
virtual Boolean changeSize(long new_size)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de