public class IOModule extends Object
Constructor and Description |
---|
IOModule() |
Modifier and Type | Method and Description |
---|---|
static void |
createIOModule(Ruby runtime,
RubyModule ffi) |
static IRubyObject |
native_read(ThreadContext context,
IRubyObject self,
IRubyObject src,
IRubyObject dst,
IRubyObject rbLength) |
public static void createIOModule(Ruby runtime, RubyModule ffi)
public static final IRubyObject native_read(ThreadContext context, IRubyObject self, IRubyObject src, IRubyObject dst, IRubyObject rbLength)
Copyright © 2001-2015 JRuby. All Rights Reserved.