public class HTTPChunkedInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
_buf |
protected boolean |
_eof |
protected java.io.InputStream |
_in |
protected int |
_index |
protected int |
_max |
| Constructor and Description |
|---|
HTTPChunkedInputStream(java.io.InputStream in) |
protected byte[] _buf
protected int _index
protected int _max
protected boolean _eof
protected java.io.InputStream _in
public int read(byte[] buffer,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic 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 java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionCopyright © 2013. All Rights Reserved.