public abstract class BoundedArchiveInputStream
extends java.io.InputStream
Constructor and Description |
---|
BoundedArchiveInputStream(long start,
long remaining)
Create a new bounded input stream.
|
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public BoundedArchiveInputStream(long start, long remaining)
start
- position in the stream from where the reading of this bounded stream starts.remaining
- amount of bytes which are allowed to read from the bounded stream.Copyright © 2010 - 2023 Adobe. All Rights Reserved