Class LocalInputStream
java.lang.Object
java.io.InputStream
ecmwf.common.callback.LocalInputStream
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new local input stream. -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
LocalInputStream
Instantiates a new local input stream.- Parameters:
in- the in
-
-
Method Details
-
available
Available.- Overrides:
availablein classInputStream- Throws:
IOException
-
close
Close.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
Read.- Specified by:
readin classInputStream- Throws:
IOException
-
read
Read.- Overrides:
readin classInputStream- Throws:
IOException
-
read
Read.- Overrides:
readin classInputStream- Throws:
IOException
-
reset
Reset.- Overrides:
resetin classInputStream- Throws:
IOException
-
skip
Skip.- Overrides:
skipin classInputStream- Throws:
IOException
-