ByteStream.h File Reference


Detailed Description

A BByteStream converts byte stream operations in to IStorage operations.

In other words, it provides byte input, output, and seeking interfaces to an underlying random-access storage.

#include <support/SupportDefs.h>
#include <support/IByteStream.h>
#include <support/IStorage.h>
#include <sys/uio.h>

Go to the source code of this file.

Classes

class  BByteStream
 Byte streams on top of an IStorage. More...
class  BnByteInput
class  BnByteOutput
class  BnByteSeekable
class  BReadOnlyStream
 Read-only byte streams on top of an IStorage. More...
class  BWriteOnlyStream
 Write-only byte streams on top of an IStorage. More...