|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.libraries.IOWaitLibrary
public class IOWaitLibrary
Constructor Summary | |
---|---|
IOWaitLibrary()
|
Method Summary | |
---|---|
static IRubyObject |
io_wait(IRubyObject obj)
waits until input available or timed out and returns self, or nil when EOF reached. |
void |
load(Ruby runtime,
boolean wrap)
|
static IRubyObject |
ready(IRubyObject obj)
returns non-nil if input available without blocking, false if EOF or not open/readable, otherwise nil. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IOWaitLibrary()
Method Detail |
---|
public void load(Ruby runtime, boolean wrap)
load
in interface Library
public static IRubyObject ready(IRubyObject obj)
public static IRubyObject io_wait(IRubyObject obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |