| Interface | Description |
|---|---|
| MappedByteBufferInputStream.FileResizeOp |
File resize interface allowing a file to change its size,
e.g.
|
| NativeBuffer<B extends NativeBuffer> |
Hardware independent container for various kinds of buffers.
|
| Class | Description |
|---|---|
| AbstractBuffer<B extends AbstractBuffer> | |
| Buffers |
Utility methods allowing easy
Buffer manipulations. |
| ByteBufferInputStream | |
| CachedBufferFactory |
Buffer factory attempting to reduce buffer creation overhead.
|
| MappedByteBufferInputStream |
An
InputStream implementation based on an underlying FileChannel's memory mapped ByteBuffer,
supporting mark and MappedByteBufferInputStream.reset(). |
| MappedByteBufferOutputStream | |
| PointerBuffer |
Hardware independent container for native pointer arrays.
|
| StructAccessor |
| Enum | Description |
|---|---|
| MappedByteBufferInputStream.CacheMode |