gnu.inet.http
Class ChunkedInputStream
FilterInputStream
gnu.inet.http.ChunkedInputStream
public class ChunkedInputStream
extends FilterInputStream
Input stream wrapper for the "chunked" transfer-coding.
int | read()
|
int | read(byte[] buffer)
|
int | read(byte[] buffer, int offset, int length)
|
ChunkedInputStream
public ChunkedInputStream(InputStream in,
Headers headers)
Constructor.
in
- the response socket input streamheaders
- the headers to receive additional header lines
read
public int read()
throws IOException
read
public int read(byte[] buffer)
throws IOException
read
public int read(byte[] buffer,
int offset,
int length)
throws IOException