Uses of Interface
net.haesleinhuepf.clij.coremem.interfaces.MemoryTyped
-
Packages that use MemoryTyped Package Description net.haesleinhuepf.clij.coremem net.haesleinhuepf.clij.coremem.interfaces net.haesleinhuepf.clij.coremem.memmap net.haesleinhuepf.clij.coremem.offheap -
-
Uses of MemoryTyped in net.haesleinhuepf.clij.coremem
Subinterfaces of MemoryTyped in net.haesleinhuepf.clij.coremem Modifier and Type Interface Description interfaceContiguousMemoryInterfaceContiguousMemoryInterface represents contiguous chunks of memory that can be accessed, copied, written and read from disk, and can be exchanged with NIO, BridJ.Classes in net.haesleinhuepf.clij.coremem that implement MemoryTyped Modifier and Type Class Description classMappedMemoryBaseThis base class offers basic mapping/unmapping machinery for descendents.classMemoryBaseThis abstract base class offers basic functionality for off-heap memory access, copying, sizing, and memory life-cycle management and garbage collection.classSafeContiguousMemorySafeContiguousMemory instances wrap instances of ContiguousMemoryInterface and provide range checking for most operations. -
Uses of MemoryTyped in net.haesleinhuepf.clij.coremem.interfaces
Subinterfaces of MemoryTyped in net.haesleinhuepf.clij.coremem.interfaces Modifier and Type Interface Description interfaceWriteAtMemory objects implementing this interface provide methods to write single primitive types.interfaceWriteAtAlignedMemory objects implementing this interface provide methods to write single primitive types. -
Uses of MemoryTyped in net.haesleinhuepf.clij.coremem.memmap
Classes in net.haesleinhuepf.clij.coremem.memmap that implement MemoryTyped Modifier and Type Class Description classFileMappedMemoryRegionFile mapped memory region. -
Uses of MemoryTyped in net.haesleinhuepf.clij.coremem.offheap
Classes in net.haesleinhuepf.clij.coremem.offheap that implement MemoryTyped Modifier and Type Class Description classOffHeapMemoryInstances of this class represent contguous regions of off-heap memory.
-