Interface PointerAccessible
-
- All Superinterfaces:
SizedInBytes
- All Known Subinterfaces:
ContiguousMemoryInterface
- All Known Implementing Classes:
FileMappedMemoryRegion,MappedMemoryBase,MemoryBase,OffHeapMemory,SafeContiguousMemory
public interface PointerAccessible extends SizedInBytes
Memory objects implementing this interface have an underlying long pointer address and length defined.- Author:
- royer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAddress()Returns the memory's address.-
Methods inherited from interface net.haesleinhuepf.clij.coremem.interfaces.SizedInBytes
getSizeInBytes
-
-