Class BoundedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.sblim.wbem.http.io.BoundedInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Author:
- Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected long
protected long
Fields inherited from class FilterInputStream
in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FilterInputStream
mark, markSupported, reset
Methods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
maxLen
protected long maxLen -
used
protected long used -
closed
protected boolean closed
-
-
Constructor Details
-
BoundedInputStream
-
BoundedInputStream
-
-
Method Details
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classFilterInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classFilterInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
- Throws:
IOException
-