public class ContentRangeInputStream extends FilterInputStream
in| Constructor and Description |
|---|
ContentRangeInputStream(InputStream stream,
BigInteger offset,
BigInteger length) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
close, mark, resetpublic ContentRangeInputStream(InputStream stream, BigInteger offset, BigInteger length)
public boolean markSupported()
markSupported in class FilterInputStreampublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.