Class RAFInputStream
java.lang.Object
java.io.InputStream
ecmwf.common.callback.RAFInputStream
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
RAFInputStream
Instantiates a new RAF input stream.- Parameters:
raf- the raf
-
-
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
-
finalize
-