org.sblim.cimclient.internal.http.io
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, reset
public ChunkedInputStream(InputStream pStream)
pStream
- The stream to create this one uponpublic int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class InputStream
IOException
public HttpHeader getTrailers()
public long skip(long total) throws IOException
skip
in class InputStream
IOException
public int available()
available
in class InputStream
public void close() throws IOException
close
in interface Closeable
close
in class InputStream
IOException
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.