Interface Resizable
-
- All Known Implementing Classes:
FileMappedMemoryRegion,OffHeapMemory
public interface ResizableMemory objects implementing this interface can be resized.- Author:
- royer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longresize(long pNewLength)Resizes this memory object.
-