| Package | Description |
|---|---|
| net.smacke.jaydio.buffer |
| Modifier and Type | Class and Description |
|---|---|
class |
AlignedDirectByteBuffer
Implementation of
Buffer which uses JNA to get access to properly aligned
native memory, for use with the O_DIRECT flag. |
class |
JavaHeapByteBuffer
A mock implementation of
JaydioByteBuffer, used for testing. |
| Modifier and Type | Method and Description |
|---|---|
AbstractBuffer |
AbstractBuffer.clear() |
AbstractBuffer |
AbstractBuffer.flip() |
AbstractBuffer |
AbstractBuffer.limit(int newLimit) |
AbstractBuffer |
AbstractBuffer.position(int newPosition) |
AbstractBuffer |
AbstractBuffer.rewind() |
Copyright © 2014. All Rights Reserved.