org.sblim.cimclient.internal.http.io
public class ChunkedInputStream extends InputStream
Constructor Summary | |
---|---|
ChunkedInputStream(InputStream pStream)
Ctor.
|
Method Summary | |
---|---|
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) |
Parameters: pStream The stream to create this one upon
Returns: int
Returns: The trailers