|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
electric.util.io.ChunkedInputStream
ChunkedInputStream
Field Summary |
Fields inherited from class java.io.FilterInputStream |
in |
Constructor Summary | |
ChunkedInputStream(java.io.InputStream inputStream)
|
Method Summary | |
int |
read()
|
int |
read(byte[] buffer,
int offset,
int length)
This method is an implementation of the algorithm described in the section 19.4.6 from the RFC2616 (http://www.w3.org/Protocols/rfc2616/rfc2616.html). |
Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChunkedInputStream(java.io.InputStream inputStream)
inputStream
- Method Detail |
public int read() throws java.io.IOException
java.io.IOException
public int read(byte[] buffer, int offset, int length) throws java.io.IOException
buffer
- offset
- length
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |