org.mortbay.http
public class ChunkingInputStream extends InputStream
Constructor Summary | |
---|---|
ChunkingInputStream(LineInput in) Constructor. |
Method Summary | |
---|---|
int | available() |
void | close() |
void | mark(int readlimit) Not Implemented. |
boolean | markSupported() Mark is not supported. |
int | read() |
int | read(byte[] b) |
int | read(byte[] b, int off, int len) |
void | reset() Not Implemented. |
void | resetStream() |
long | skip(long len) |
Parameters: readlimit
Returns: false