Package org.jruby.util
Class IOChannel.IOWritableByteChannel
java.lang.Object
org.jruby.util.IOChannel
org.jruby.util.IOChannel.IOWritableByteChannel
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Channel
,WritableByteChannel
- Enclosing class:
IOChannel
public static class IOChannel.IOWritableByteChannel
extends IOChannel
implements WritableByteChannel
A
WritableByteChannel
wrapper around an IO-like Ruby object.-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.util.IOChannel
IOChannel.IOReadableByteChannel, IOChannel.IOReadableWritableByteChannel, IOChannel.IOWritableByteChannel
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.util.IOChannel
close, initReadSite, initWriteSite, isOpen, read, write
-
Constructor Details
-
IOWritableByteChannel
-
-
Method Details
-
write
- Specified by:
write
in interfaceWritableByteChannel
- Throws:
IOException
-