org.jruby.ext
Class NetProtocolBufferedIO

java.lang.Object
  extended by org.jruby.ext.NetProtocolBufferedIO

public class NetProtocolBufferedIO
extends java.lang.Object

Author:
Ola Bini

Nested Class Summary
static class NetProtocolBufferedIO.NativeImpl
           
 
Constructor Summary
NetProtocolBufferedIO()
           
 
Method Summary
static void create(Ruby runtime)
           
static IRubyObject initialize(IRubyObject recv, IRubyObject io)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetProtocolBufferedIO

public NetProtocolBufferedIO()
Method Detail

create

public static void create(Ruby runtime)

initialize

public static IRubyObject initialize(IRubyObject recv,
                                     IRubyObject io)


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