public class BoundedInputStream extends InputStream
Constructor and Description |
---|
BoundedInputStream(InputStream inputStream,
long start,
long remaining) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public BoundedInputStream(InputStream inputStream, long start, long remaining) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2002 – 2024 Project Wonder.