|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.otfeed.support.ByteReverseBufferAllocator
public class ByteReverseBufferAllocator
Allocates byte-reverse ByteBuffers.
Constructor Summary | |
---|---|
ByteReverseBufferAllocator()
|
Method Summary | |
---|---|
java.nio.ByteBuffer |
allocate(int size)
Allocates ByteBuffer with the given capacity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteReverseBufferAllocator()
Method Detail |
---|
public java.nio.ByteBuffer allocate(int size)
IBufferAllocator
allocate
in interface IBufferAllocator
size
- capacity (in bytes).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |