Package org.jruby.ext.ffi
Class NullMemoryIO
java.lang.Object
org.jruby.ext.ffi.MemoryIO
org.jruby.ext.ffi.InvalidMemoryIO
org.jruby.ext.ffi.NullMemoryIO
An implementation of MemoryIO that throws an exception on any access.
-
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, 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
-
NullMemoryIO
-
-
Method Details
-
getErrorClass
- Overrides:
getErrorClass
in classInvalidMemoryIO
-
equals
-
hashCode
public int hashCode()
-