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