Interface CopyFromToNIOBuffers
-
- All Known Subinterfaces:
ContiguousMemoryInterface
- All Known Implementing Classes:
FileMappedMemoryRegion,MappedMemoryBase,MemoryBase,OffHeapMemory,SafeContiguousMemory
public interface CopyFromToNIOBuffersMemory objects implementing this interface can copy their contents to and from Java NIO buffers.- Author:
- royer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopyFrom(Buffer pBuffer)Copy from NIO buffer.voidcopyTo(Buffer pBuffer)Copy to NIO buffer.
-