|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemoryIO | |
---|---|
org.jruby.ext.ffi | |
org.jruby.ext.ffi.jna |
Uses of MemoryIO in org.jruby.ext.ffi |
---|
Fields in org.jruby.ext.ffi declared as MemoryIO | |
---|---|
protected MemoryIO |
AbstractMemory.io
The Memory I/O object |
Methods in org.jruby.ext.ffi that return MemoryIO | |
---|---|
protected MemoryIO |
AbstractMemory.getMemoryIO()
Gets the memory I/O accessor to read/write to the memory area. |
MemoryIO |
MemoryIO.getMemoryIO(long offset)
Reads a pointer value at the specified offset within the memory area, and wraps it in an abstract memory accessor. |
Methods in org.jruby.ext.ffi with parameters of type MemoryIO | |
---|---|
void |
MemoryIO.putMemoryIO(long offset,
MemoryIO value)
Writes a pointer value to the memory area at the specified offset. |
Constructors in org.jruby.ext.ffi with parameters of type MemoryIO | |
---|---|
AbstractBuffer(Ruby runtime,
RubyClass klass,
MemoryIO io,
long offset,
long size)
|
|
AbstractMemory(Ruby runtime,
RubyClass klass,
MemoryIO io,
long offset,
long size)
|
|
AbstractMemoryPointer(Ruby runtime,
RubyClass klass,
MemoryIO io,
long offset,
long size)
|
|
Pointer(Ruby runtime,
RubyClass klass,
MemoryIO io,
long offset,
long size)
|
Uses of MemoryIO in org.jruby.ext.ffi.jna |
---|
Classes in org.jruby.ext.ffi.jna that implement MemoryIO | |
---|---|
class |
JNAMemoryIO
JNA implementation of memory I/O operations. |
Methods in org.jruby.ext.ffi.jna with parameters of type MemoryIO | |
---|---|
void |
JNAMemoryIO.putMemoryIO(long offset,
MemoryIO value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |