- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.sblim.wbem.http.io.BoundedInputStream
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected boolean |
closed |
protected long |
maxLen |
protected long |
used |
-
Fields inherited from class java.io.FilterInputStream
in
-
Method Summary
Methods
Modifier and Type |
Method and Description |
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] buf) |
int |
read(byte[] buf,
int off,
int len) |
long |
skip(long len) |
-
Methods inherited from class java.io.FilterInputStream
mark, markSupported, reset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
maxLen
protected long maxLen
-
closed
protected boolean closed
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.