public class BoundedSeekableByteChannelInputStream extends BoundedArchiveInputStream
Constructor and Description |
---|
BoundedSeekableByteChannelInputStream(long start,
long remaining,
java.nio.channels.SeekableByteChannel channel)
Create a bounded stream on the underlying
SeekableByteChannel |
read, read
public BoundedSeekableByteChannelInputStream(long start, long remaining, java.nio.channels.SeekableByteChannel channel)
SeekableByteChannel
start
- Position in the stream from where the reading of this bounded stream startsremaining
- Amount of bytes which are allowed to read from the bounded streamchannel
- Channel which the reads will be delegated toCopyright © 2010 - 2023 Adobe. All Rights Reserved