public static class StringIO.GenericReadable
extends java.lang.Object
Constructor and Description |
---|
GenericReadable() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
read_nonblock(ThreadContext context,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
readbyte(ThreadContext context,
IRubyObject self) |
static IRubyObject |
readchar(ThreadContext context,
IRubyObject self) |
static IRubyObject |
readline(ThreadContext context,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
sysread(ThreadContext context,
IRubyObject self,
IRubyObject[] args) |
public static IRubyObject readchar(ThreadContext context, IRubyObject self)
public static IRubyObject readbyte(ThreadContext context, IRubyObject self)
public static IRubyObject readline(ThreadContext context, IRubyObject self, IRubyObject[] args)
public static IRubyObject sysread(ThreadContext context, IRubyObject self, IRubyObject[] args)
public static IRubyObject read_nonblock(ThreadContext context, IRubyObject self, IRubyObject[] args)
Copyright © 2001-2021 JRuby. All Rights Reserved.