Package org.jruby.ext.ffi
Class IOModule
java.lang.Object
org.jruby.ext.ffi.IOModule
FFI specific I/O routines
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createIOModule
(ThreadContext context, RubyModule FFI) static final IRubyObject
native_read
(ThreadContext context, IRubyObject self, IRubyObject src, IRubyObject dst, IRubyObject rbLength)
-
Constructor Details
-
IOModule
public IOModule()
-
-
Method Details
-
createIOModule
-
native_read
public static final IRubyObject native_read(ThreadContext context, IRubyObject self, IRubyObject src, IRubyObject dst, IRubyObject rbLength)
-