gnu.inet.http
Class ChunkedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
gnu.inet.http.ChunkedInputStream
public class ChunkedInputStream
extends java.io.FilterInputStream
Input stream wrapper for the "chunked" transfer-coding.
- Chris Burdess
int | read()
|
int | read(byte[] buffer)
|
int | read(byte[] buffer, int offset, int length)
|
ChunkedInputStream
public ChunkedInputStream(java.io.InputStream in,
Headers headers)
Constructor.
in
- the response socket input streamheaders
- the headers to receive additional header lines
read
public int read()
throws java.io.IOException
read
public int read(byte[] buffer)
throws java.io.IOException
read
public int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
© Copyright 2003 The Free Software Foundation,
all rights reserved