Class Memory
java.lang.Object
ca.spottedleaf.ioutil.buffer.Memory
- All Implemented Interfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryallocateHeap(long bytes) static MemoryallocateNative(long bytes, long alignment) voidclose()static MemoryofHeap(byte[] bytes) static MemoryofSegment(MemorySegment segment)
-
Method Details
-
getSegment
-
allocateNative
-
allocateHeap
-
ofHeap
-
ofSegment
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-