| Interface | Description |
|---|---|
| DataBuffer |
A data buffer is an interface
for handling storage and retrieval of data
|
| Class | Description |
|---|---|
| BaseDataBuffer |
Base class for a data buffer
handling basic byte operations among other things.
|
| BufferReaper |
Buffer reaper for handling freeing of resources
related to buffers.
|
| DoubleBuffer |
Double buffer implementation of data buffer
|
| FloatBuffer |
Data buffer for floats
|
| IntBuffer |
Int buffer
|
| Enum | Description |
|---|---|
| DataBuffer.AllocationMode |
Direct (off heap) and heap allocation
Each has their trade offs.
|
| DataBuffer.Type |
Copyright © 2016. All Rights Reserved.