Package org.infinispan.io
Class GridInputStream
java.lang.Object
java.io.InputStream
org.infinispan.io.GridInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Deprecated.
since 10.0
- Author:
- Bela Ban, Marko Luksa, Manik Surtani
-
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, transferTo
-
Method Details
-
read
Deprecated.- Specified by:
readin classInputStream- Throws:
IOException
-
read
Deprecated.- Overrides:
readin classInputStream- Throws:
IOException
-
read
Deprecated.- Overrides:
readin classInputStream- Throws:
IOException
-
skip
Deprecated.- Overrides:
skipin classInputStream- Throws:
IOException
-
available
Deprecated.- Overrides:
availablein classInputStream- Throws:
IOException
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-