public class StartEndStream extends TruncatedStream
in| Constructor and Description |
|---|
StartEndStream(InputStream in,
long lengthLimit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueReading() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, close, mark, markSupported, read, resetpublic StartEndStream(InputStream in, long lengthLimit)
public boolean continueReading()
continueReading in class TruncatedStreampublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionCopyright © 2025 The Apache Software Foundation. All rights reserved.