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.