| Package | Description |
|---|---|
| org.jruby.ext.ffi | |
| org.jruby.ext.ffi.jffi |
| Modifier and Type | Class and Description |
|---|---|
class |
FreedMemoryIO |
class |
NullMemoryIO
An implementation of MemoryIO that throws an exception on any access.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CallbackMemoryIO
An implementation of MemoryIO that throws exceptions on any attempt to read/write
the callback memory area (which is code).
|
class |
CodeMemoryIO
Representation of code (executable) memory blocks
|
private static class |
DynamicLibrary.TextSymbolMemoryIO
Since the text area of a dynamic library is usually not readable nor writable,
wrap the address in a MemoryIO instance that throws an exception on all accesses
|