|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyIO | |
---|---|
org.jruby | |
org.jruby.ext.ffi.io | |
org.jruby.ext.socket |
Uses of RubyIO in org.jruby |
---|
Subclasses of RubyIO in org.jruby | |
---|---|
class |
RubyFile
Ruby File class equivalent in java. |
class |
RubyTempfile
An implementation of tempfile.rb in Java. |
Methods in org.jruby that return RubyIO | |
---|---|
RubyIO |
RubyIO.each_line(ThreadContext context,
IRubyObject[] args,
Block block)
Invoke a block for each line. |
RubyIO |
RubyIO.flush()
Flushes the IO output stream. |
static RubyIO |
RubyIO.newIO(Ruby runtime,
java.nio.channels.Channel channel)
|
RubyIO |
RubyIO.to_io()
|
Methods in org.jruby with parameters of type RubyIO | |
---|---|
boolean |
RubyThread.select(RubyIO io,
int ops)
|
boolean |
RubyThread.selectForAccept(RubyIO io)
Deprecated. |
boolean |
RubyThread.waitForIO(ThreadContext context,
RubyIO io,
int ops)
|
Uses of RubyIO in org.jruby.ext.ffi.io |
---|
Subclasses of RubyIO in org.jruby.ext.ffi.io | |
---|---|
class |
FileDescriptorIO
An IO implementation that reads/writes to a native file descriptor. |
Methods in org.jruby.ext.ffi.io that return RubyIO | |
---|---|
static RubyIO |
FileDescriptorIO.wrap(ThreadContext context,
IRubyObject recv,
IRubyObject fd)
|
Uses of RubyIO in org.jruby.ext.socket |
---|
Subclasses of RubyIO in org.jruby.ext.socket | |
---|---|
class |
RubyBasicSocket
|
class |
RubyIPSocket
|
class |
RubySocket
|
class |
RubyTCPServer
|
class |
RubyTCPSocket
|
class |
RubyUDPSocket
|
class |
RubyUNIXServer
|
class |
RubyUNIXSocket
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |