MultiReadOnlySeekableByteChannel
Read-Only Implementation of SeekableByteChannel that concatenates a collection of other SeekableByteChannels.
This is a lose port of MultiReadOnlySeekableByteChannel by Tim Underwood.
Since
1.19
Inheritors
Functions
Link copied to clipboard
Concatenates the given channels.
Link copied to clipboard
Returns this channel's position.
Sets the channel's position to
newPosition.set the position based on the given channel number and relative offset
Link copied to clipboard
Reads bytes from this channel into the given buffer.
Link copied to clipboard
Link copied to clipboard