All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.http.ChunkedInputStream
java.lang.Object
|
+----java.io.InputStream
|
+----novocode.netforge.http.ChunkedInputStream
- public final class ChunkedInputStream
- extends InputStream
Constructor Index
- o
ChunkedInputStream(InputStream)
-
- o
ChunkedInputStream(InputStream, Dictionary)
-
Method Index
- o
available()
-
- o
close()
-
- o
read()
-
- o
read(byte[], int, int)
-
o
ChunkedInputStream
public ChunkedInputStream(InputStream in,
Dictionary headerDict)
o
ChunkedInputStream
public ChunkedInputStream(InputStream in)
o
read
public int read() throws IOException
- Overrides:
- read in class InputStream
o
read
public int read(byte b[],
int off,
int len) throws IOException
- Overrides:
- read in class InputStream
o
available
public int available() throws IOException
- Overrides:
- available in class InputStream
o
close
public void close() throws IOException
- Overrides:
- close in class InputStream
All Packages Class Hierarchy This Package Previous Next Index