SeekableByteChannel
Interface SeekableByteChannel
- All Superinterfaces:
- AutoCloseable, ByteChannel, Channel, Closeable, ReadableByteChannel, WritableByteChannel
- All Known Implementing Classes:
- FileChannel
public interface SeekableByteChannel extends ByteChannel
A byte channel that maintains a current position and allows the position to be changed.
A seekable byte channel is connected to an entity, typically