public final class FreedMemoryIO extends InvalidMemoryIO implements AllocatedDirectMemoryIO
runtime
Constructor and Description |
---|
FreedMemoryIO(Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
boolean |
isAutoRelease() |
void |
setAutoRelease(boolean autorelease) |
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
public FreedMemoryIO(Ruby runtime)
public void free()
free
in interface AllocatedDirectMemoryIO
public void setAutoRelease(boolean autorelease)
setAutoRelease
in interface AllocatedDirectMemoryIO
public boolean isAutoRelease()
isAutoRelease
in interface AllocatedDirectMemoryIO
Copyright © 2001-2015 JRuby. All Rights Reserved.