Class SeekableByteChannelImpl

java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
org.jruby.util.io.SeekableByteChannelImpl
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, InterruptibleChannel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel

final class SeekableByteChannelImpl extends AbstractInterruptibleChannel implements ReadableByteChannel, SeekableByteChannel
Seekable byte channel impl over a byte array stream.