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, reset
public ContentRangeInputStream(InputStream stream, BigInteger offset, BigInteger length)
public boolean markSupported()
markSupported
in class FilterInputStream
public long skip(long n) throws IOException
skip
in class FilterInputStream
IOException
public int available() throws IOException
available
in class FilterInputStream
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.