public class ChunkedInputStream extends FilterInputStream
in| Constructor and Description |
|---|
ChunkedInputStream(InputStream in,
Headers headers)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int offset,
int length) |
available, close, mark, markSupported, reset, skippublic ChunkedInputStream(InputStream in, Headers headers)
in - the response socket input streamheaders - the headers to receive additional header linespublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buffer)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2017. All rights reserved.