| com.caucho.server.http.ChunkedInputStream
ChunkedInputStream | class ChunkedInputStream extends StreamImpl (Code) | | StreamImpl so servlets can read POST data as a normal stream.
|
Method Summary | |
public boolean | canRead() | public int | getAvailable() | void | init(ReadStream next) | public int | read(byte[] buf, int offset, int len) Reads more data from the input stream. |
canRead | public boolean canRead()(Code) | | |
getAvailable | public int getAvailable()(Code) | | |
init | void init(ReadStream next)(Code) | | |
read | public int read(byte[] buf, int offset, int len) throws IOException(Code) | | Reads more data from the input stream.
|
|
|