Uses of Interface
net.haesleinhuepf.clij.coremem.interfaces.ReadWriteBytesFileChannel
-
-
Uses of ReadWriteBytesFileChannel in net.haesleinhuepf.clij.coremem
Subinterfaces of ReadWriteBytesFileChannel 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 ReadWriteBytesFileChannel 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 ReadWriteBytesFileChannel in net.haesleinhuepf.clij.coremem.fragmented
Subinterfaces of ReadWriteBytesFileChannel in net.haesleinhuepf.clij.coremem.fragmented Modifier and Type Interface Description interfaceFragmentedMemoryInterfaceFragmented memory objects are lists of contiguous memory regions.Classes in net.haesleinhuepf.clij.coremem.fragmented that implement ReadWriteBytesFileChannel Modifier and Type Class Description classFragmentedMemoryFragmented memory objects are lists of contiguous memory regions. -
Uses of ReadWriteBytesFileChannel in net.haesleinhuepf.clij.coremem.memmap
Classes in net.haesleinhuepf.clij.coremem.memmap that implement ReadWriteBytesFileChannel Modifier and Type Class Description classFileMappedMemoryRegionFile mapped memory region. -
Uses of ReadWriteBytesFileChannel in net.haesleinhuepf.clij.coremem.offheap
Classes in net.haesleinhuepf.clij.coremem.offheap that implement ReadWriteBytesFileChannel Modifier and Type Class Description classOffHeapMemoryInstances of this class represent contguous regions of off-heap memory.
-