Package org.jruby.ext.ffi.jffi
Class CodeMemoryIO
java.lang.Object
org.jruby.ext.ffi.MemoryIO
org.jruby.ext.ffi.InvalidMemoryIO
org.jruby.ext.ffi.jffi.CodeMemoryIO
Representation of code (executable) memory blocks
-
Field Summary
Fields inherited from class org.jruby.ext.ffi.InvalidMemoryIO
runtime
-
Constructor Summary
ConstructorsConstructorDescriptionCodeMemoryIO
(Ruby runtime, long address) CodeMemoryIO
(Ruby runtime, Pointer pointer) -
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
-
CodeMemoryIO
-
CodeMemoryIO
-