| Interface | Description |
|---|---|
| BufferResource | |
| DirectDataAccess | |
| HeapDataAccess | |
| Memory |
| Class | Description |
|---|---|
| AbstractMemory | |
| ByteArray | |
| CharArray | |
| DirectMemory | |
| DoubleArray | |
| DynamicMMapBufferDataOutputStream | |
| FloatArray | |
| HeapBuffer | |
| HeapMemory | |
| IntArray | |
| LoadIndeedMMap | |
| LongArray | |
| MemoryDataInput |
DataInput for memory with same endianness as underlying memory.
|
| MemoryInputStream | |
| MemoryScatteringByteChannel | |
| MMapBuffer | |
| NativeBuffer | |
| NativeFileUtils | |
| ShortArray | |
| Stat | |
| ZeroCopyOutputStream |
Zero Copy is sort of a lie, it's zero copy if realloc decides not to copy for sizes less than MMAP_THRESHOLD (default 256 k) and
then after that it's totally zero copy
|