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, markSupportedMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
InputStreamChecker
Instantiates a new input stream checker.- Parameters:
in- the in
-
-
Method Details
-
catchException
-
read
Read.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
Read.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
Read.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
skip
Skip.- Overrides:
skipin classFilterInputStream- Throws:
IOException
-
available
Available.- Overrides:
availablein classFilterInputStream- Throws:
IOException
-
close
Close.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-
reset
Reset.- Overrides:
resetin classFilterInputStream- Throws:
IOException
-