Package org.jruby.ext.ffi
Class FreedMemoryIO
java.lang.Object
org.jruby.ext.ffi.MemoryIO
org.jruby.ext.ffi.InvalidMemoryIO
org.jruby.ext.ffi.FreedMemoryIO
- All Implemented Interfaces:
AllocatedDirectMemoryIO
-
Field Summary
Fields inherited from class org.jruby.ext.ffi.InvalidMemoryIO
runtime
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ext.ffi.InvalidMemoryIO
array, arrayLength, arrayOffset, asByteBuffer, clear, dup, ex, get, get, get, get, get, get, getAddress, getByte, getDouble, getErrorClass, getFloat, getInt, getLong, getMemoryIO, getNativeLong, getShort, getZeroTerminatedByteArray, getZeroTerminatedByteArray, indexOf, indexOf, order, put, put, put, put, put, put, putAddress, putByte, putDouble, putFloat, putInt, putLong, putMemoryIO, putNativeLong, putShort, putZeroTerminatedByteArray, setMemory, slice, slice
-
Constructor Details
-
FreedMemoryIO
-
-
Method Details
-
free
public void free()- Specified by:
free
in interfaceAllocatedDirectMemoryIO
-
setAutoRelease
public void setAutoRelease(boolean autorelease) - Specified by:
setAutoRelease
in interfaceAllocatedDirectMemoryIO
-
isAutoRelease
public boolean isAutoRelease()- Specified by:
isAutoRelease
in interfaceAllocatedDirectMemoryIO
-