public static class IOChannel.IOWritableByteChannel extends IOChannel implements java.nio.channels.WritableByteChannel
WritableByteChannel wrapper around an IO-like Ruby object.IOChannel.IOReadableByteChannel, IOChannel.IOReadableWritableByteChannel, IOChannel.IOWritableByteChannel| Constructor and Description |
|---|
IOWritableByteChannel(IRubyObject io) |
| Modifier and Type | Method and Description |
|---|---|
int |
write(java.nio.ByteBuffer src) |
close, initReadSite, initWriteSite, isOpen, read, writepublic IOWritableByteChannel(IRubyObject io)
Copyright © 2001-2018 JRuby. All Rights Reserved.