|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.util.IOChannel
org.jruby.util.IOChannel.IOReadableByteChannel
public static class IOChannel.IOReadableByteChannel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jruby.util.IOChannel |
---|
IOChannel.IOReadableByteChannel, IOChannel.IOReadableWritableByteChannel, IOChannel.IOWritableByteChannel |
Constructor Summary | |
---|---|
IOChannel.IOReadableByteChannel(IRubyObject io)
|
Method Summary | |
---|---|
int |
read(java.nio.ByteBuffer dst)
|
Methods inherited from class org.jruby.util.IOChannel |
---|
close, initReadSite, initWriteSite, isOpen, read, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.nio.channels.Channel |
---|
close, isOpen |
Constructor Detail |
---|
public IOChannel.IOReadableByteChannel(IRubyObject io)
Method Detail |
---|
public int read(java.nio.ByteBuffer dst) throws java.io.IOException
read
in interface java.nio.channels.ReadableByteChannel
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |