org.yecht.ruby
Class RubyIoStrRead

java.lang.Object
  extended by org.yecht.ruby.RubyIoStrRead
All Implemented Interfaces:
IoStrRead

public class RubyIoStrRead
extends Object
implements IoStrRead


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.yecht.IoStrRead
IoStrRead.Default
 
Constructor Summary
RubyIoStrRead(org.jruby.runtime.builtin.IRubyObject port)
           
 
Method Summary
 int read(Pointer buf, JechtIO.Str str, int max_size, int skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyIoStrRead

public RubyIoStrRead(org.jruby.runtime.builtin.IRubyObject port)
Method Detail

read

public int read(Pointer buf,
                JechtIO.Str str,
                int max_size,
                int skip)
Specified by:
read in interface IoStrRead


Copyright © 2013. All Rights Reserved.