|
Class Summary |
| ByteBufferFactory |
This class is the factory for the ByteBuffers implementations and allows
the users to change the buffers implementation as needed. |
| FileBuffer |
This class implements a ByteBuffer that can be used to store large and small binary data. |
| FileBufferReader |
This class implements a Reader Class for the FileBuffer. |
| RamBuffer |
This class is a custom buffer to read and write byte data into RAM |
| RamBufferReader |
This class is a custom buffer to read and write byte data into RAM |
| SmartBuffer |
This class implements a generalyzed Buffer that can be used to store large and small binary data. |
| SmartBufferReader |
This class implements a Reader Class for the SmartBuffer. |