Package org.infinispan.io
Class GridInputStream
java.lang.Object
java.io.InputStream
org.infinispan.io.GridInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.0
- Author:
- Bela Ban, Marko Luksa, Manik Surtani
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated, for removal: This API element is subject to removal in a future version.void
close()
Deprecated, for removal: This API element is subject to removal in a future version.int
read()
Deprecated, for removal: This API element is subject to removal in a future version.int
read
(byte[] b) Deprecated, for removal: This API element is subject to removal in a future version.int
read
(byte[] bytes, int offset, int length) Deprecated, for removal: This API element is subject to removal in a future version.long
skip
(long length) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, transferTo
-
Method Details
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
read
in classInputStream
- Throws:
IOException
-
skip
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
skip
in classInputStream
- Throws:
IOException
-
available
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
available
in classInputStream
- Throws:
IOException
-
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-