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 int
available()
Deprecated.void
close()
Deprecated.int
read()
Deprecated.int
read(byte[] b)
Deprecated.int
read(byte[] bytes, int offset, int length)
Deprecated.long
skip(long length)
Deprecated.
-
-
-
Method Detail
-
read
public int read() throws IOException
Deprecated.- Throws:
IOException
-
read
public int read(byte[] b) throws IOException
Deprecated.- Throws:
IOException
-
read
public int read(byte[] bytes, int offset, int length) throws IOException
Deprecated.- Throws:
IOException
-
skip
public long skip(long length) throws IOException
Deprecated.- Throws:
IOException
-
available
public int available() throws IOException
Deprecated.- Throws:
IOException
-
close
public void close() throws IOException
Deprecated.- Throws:
IOException
-
-