Package org.jruby.ext.stringio
Class StringIO.GenericReadable
java.lang.Object
org.jruby.ext.stringio.StringIO.GenericReadable
- Enclosing class:
- StringIO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectread_nonblock(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectreadbyte(ThreadContext context, IRubyObject self) static IRubyObjectreadchar(ThreadContext context, IRubyObject self) static IRubyObjectreadline(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectsysread(ThreadContext context, IRubyObject self, IRubyObject[] args)
-
Constructor Details
-
GenericReadable
public GenericReadable()
-
-
Method Details
-
readchar
-
readbyte
-
readline
-
sysread
-
read_nonblock
public static IRubyObject read_nonblock(ThreadContext context, IRubyObject self, IRubyObject[] args)
-