|
||||||||||
| 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.IOReadableWritableByteChannel
public static class IOChannel.IOReadableWritableByteChannel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jruby.util.IOChannel |
|---|
IOChannel.IOReadableByteChannel, IOChannel.IOReadableWritableByteChannel, IOChannel.IOWritableByteChannel |
| Constructor Summary | |
|---|---|
IOChannel.IOReadableWritableByteChannel(IRubyObject io)
|
|
| Method Summary | |
|---|---|
int |
read(java.nio.ByteBuffer dst)
|
int |
write(java.nio.ByteBuffer src)
|
| 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.IOReadableWritableByteChannel(IRubyObject io)
| Method Detail |
|---|
public int read(java.nio.ByteBuffer dst)
throws java.io.IOException
read in interface java.nio.channels.ReadableByteChanneljava.io.IOException
public int write(java.nio.ByteBuffer src)
throws java.io.IOException
write in interface java.nio.channels.WritableByteChanneljava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||