Uses of Class
org.jruby.ext.ffi.InvalidMemoryIO
Packages that use InvalidMemoryIO
-
Uses of InvalidMemoryIO in org.jruby.ext.ffi
Subclasses of InvalidMemoryIO in org.jruby.ext.ffiModifier and TypeClassDescriptionfinal classclassAn implementation of MemoryIO that throws an exception on any access. -
Uses of InvalidMemoryIO in org.jruby.ext.ffi.jffi
Subclasses of InvalidMemoryIO in org.jruby.ext.ffi.jffiModifier and TypeClassDescription(package private) final classAn implementation of MemoryIO that throws exceptions on any attempt to read/write the callback memory area (which is code).final classRepresentation of code (executable) memory blocksprivate static final classSince 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