Class IOChannel.IOReadableWritableByteChannel

java.lang.Object
org.jruby.util.IOChannel
org.jruby.util.IOChannel.IOReadableWritableByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel, WritableByteChannel
Enclosing class:
IOChannel

public static class IOChannel.IOReadableWritableByteChannel extends IOChannel implements ReadableByteChannel, WritableByteChannel
A ReadableByteChannel and WritableByteChannel wrapper around an IO-like Ruby object.