public class ChunkedInputStream extends InputStream
| Constructor and Description |
|---|
ChunkedInputStream(InputStream pStream)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
HttpHeader |
getTrailers()
Return the http header trailers
|
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
long |
skip(long total) |
mark, markSupported, read, resetpublic ChunkedInputStream(InputStream pStream)
pStream - The stream to create this one uponpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic HttpHeader getTrailers()
public long skip(long total)
throws IOException
skip in class InputStreamIOExceptionpublic int available()
available in class InputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.