public class BodyOffsetInputStream extends InputStream
InputStream which helps to keep track of the BodyOffset of the wrapped
InputStream
IMPORTANT: This class is not thread-safe!| Constructor and Description |
|---|
BodyOffsetInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
long |
getBodyStartOffset()
Return the bodyStartOffset or -1 if it could not be found.
|
long |
getReadBytes()
Return the read bytes so far
|
void |
mark(int readlimit) |
boolean |
markSupported()
Mark is not supported by this implementation
|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset()
Throws
IOException |
long |
skip(long n) |
public BodyOffsetInputStream(InputStream in)
public int read()
throws IOException
read in class InputStreamIOExceptionInputStream.read()public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void mark(int readlimit)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic void reset()
throws IOException
IOExceptionreset in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic long getBodyStartOffset()
public long getReadBytes()
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.