Package org.infinispan.io
Class GridInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.infinispan.io.GridInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Deprecated public class GridInputStream extends InputStream
Deprecated.since 10.0- Author:
- Bela Ban, Marko Luksa, Manik Surtani
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intavailable()Deprecated.voidclose()Deprecated.intread()Deprecated.intread(byte[] b)Deprecated.intread(byte[] bytes, int offset, int length)Deprecated.longskip(long length)Deprecated.
-
-
-
Method Detail
-
read
public int read() throws IOExceptionDeprecated.- Throws:
IOException
-
read
public int read(byte[] b) throws IOExceptionDeprecated.- Throws:
IOException
-
read
public int read(byte[] bytes, int offset, int length) throws IOExceptionDeprecated.- Throws:
IOException
-
skip
public long skip(long length) throws IOExceptionDeprecated.- Throws:
IOException
-
available
public int available() throws IOExceptionDeprecated.- Throws:
IOException
-
close
public void close() throws IOExceptionDeprecated.- Throws:
IOException
-
-