Interface SizedInBytes
-
- All Known Subinterfaces:
ContiguousMemoryInterface,FragmentedMemoryInterface,PointerAccessible,RecyclableInterface<R,P>
- All Known Implementing Classes:
ContiguousBuffer,FileMappedMemoryRegion,FragmentedMemory,MappedMemoryBase,MemoryBase,NativeTypeEnum,OffHeapMemory,SafeContiguousMemory
public interface SizedInBytesMemory objects implementing this interface have a defined length in bytes.- Author:
- royer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetSizeInBytes()Return this memory object's size in bytes.
-