Contents
Class InputStreamChecker
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
ecmwf.common.technical.InputStreamChecker
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterInputStream
mark, markSupported
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
Method Details
-
catchException
-
read
Read.- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
Read.- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
Read.- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
skip
Skip.- Overrides:
skip
in classFilterInputStream
- Throws:
IOException
-
available
Available.- Overrides:
available
in classFilterInputStream
- Throws:
IOException
-
close
Close.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
- Throws:
IOException
-
reset
Reset.- Overrides:
reset
in classFilterInputStream
- Throws:
IOException
-