public static class IOChannel.IOWritableByteChannel extends IOChannel implements WritableByteChannel
IOChannel.IOReadableByteChannel, IOChannel.IOReadableWritableByteChannel, IOChannel.IOWritableByteChannel
Constructor and Description |
---|
IOChannel.IOWritableByteChannel(IRubyObject io) |
Modifier and Type | Method and Description |
---|---|
int |
write(ByteBuffer src) |
close, initReadSite, initWriteSite, isOpen, read, write
public IOChannel.IOWritableByteChannel(IRubyObject io)
public int write(ByteBuffer src) throws IOException
write
in interface WritableByteChannel
IOException
Copyright © 2001-2013 JRuby. All Rights Reserved.