public final class ChunkedInputStream
extends java.io.InputStream
Information regarding chunked HTTP responses can be found at:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1http://en.wikipedia.org/wiki/Chunked_transfer_encoding| Constructor and Description |
|---|
ChunkedInputStream(java.io.InputStream inStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readLimit) |
boolean |
markSupported() |
int |
read() |
void |
reset() |
long |
skip(long n) |
public int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic void mark(int readLimit)
mark in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStreampublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOException