org.jruby.ext.ffi
Class IOModule

java.lang.Object
  extended by org.jruby.ext.ffi.IOModule

public class IOModule
extends java.lang.Object

FFI specific I/O routines


Constructor Summary
IOModule()
           
 
Method Summary
static void createIOModule(Ruby runtime, RubyModule ffi)
           
static IRubyObject native_read(ThreadContext context, IRubyObject self, IRubyObject src, IRubyObject dst, IRubyObject rbLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOModule

public IOModule()
Method Detail

createIOModule

public static void createIOModule(Ruby runtime,
                                  RubyModule ffi)

native_read

public static final IRubyObject native_read(ThreadContext context,
                                            IRubyObject self,
                                            IRubyObject src,
                                            IRubyObject dst,
                                            IRubyObject rbLength)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.