org.sblim.cimclient.internal.http.io
public class BoundedInputStream extends FilterInputStream
| Constructor Summary | |
|---|---|
| BoundedInputStream(InputStream pStream)
Ctor. | |
| BoundedInputStream(InputStream pStream, long pMaximumLength)
Ctor.
| |
Parameters: pStream The stream this one is build upon
Parameters: pStream The stream this one is build upon pMaximumLength The maximum number of bytes that can be read from this stream. A value of -1 represents unlimited mode.