ArrayAllocator |
The ArrayAllocator object is used to provide a means
to allocate buffers using a single byte array.
|
ArrayBuffer |
The ArrayBuffer is intended to be a general purpose
byte buffer that stores bytes in an single internal byte array.
|
BufferAllocator |
The BufferAllocator object is used to provide a means
to allocate buffers using a single underlying buffer.
|
FileAllocator |
The FileAllocator object is used to create buffers
that can be written to the file system.
|
FileBuffer |
The FileBuffer object is used to create a buffer
which will write the appended data to an underlying file.
|
FileWatcher |
The FileWatcher object is used to create files that
are to be used for file buffers.
|
FilterAllocator |
The FilterAllocator object is used to provide a means
to provide a general set of constraints around buffer allocation.
|