Interface ByteBufferWrappable
-
- All Known Subinterfaces:
ContiguousMemoryInterface
- All Known Implementing Classes:
FileMappedMemoryRegion,MappedMemoryBase,MemoryBase,OffHeapMemory,SafeContiguousMemory
public interface ByteBufferWrappableMemory objects implementing this interface can be wrapped into a NIO ByteBuffer.- Author:
- royer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteBuffergetByteBuffer()Returns NIO ByteBuffer
-
-
-
Method Detail
-
getByteBuffer
ByteBuffer getByteBuffer()
Returns NIO ByteBuffer- Returns:
- NIO ByteBuffer
-
-