| 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.
|
| DoubleBuffer |
Double buffer implementation of data buffer
|
| FloatBuffer |
Data buffer for floats
|
| IntBuffer |
Int buffer
|
| LongBuffer |
Int buffer
|
| Enum | Description |
|---|---|
| DataBuffer.AllocationMode |
Direct (off heap) and heap allocation
Each has their trade offs.
|
| DataBuffer.Type | |
| DataBuffer.TypeEx |
Copyright © 2017. All rights reserved.