Class GridInputStream

java.lang.Object
java.io.InputStream
org.infinispan.io.GridInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

@Deprecated(forRemoval=true) public class GridInputStream extends InputStream
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 Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    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.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • read

      public int read() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      read in class InputStream
      Throws:
      IOException
    • read

      public int read(byte[] b) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      read in class InputStream
      Throws:
      IOException
    • read

      public int read(byte[] bytes, int offset, int length) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      read in class InputStream
      Throws:
      IOException
    • skip

      public long skip(long length) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      skip in class InputStream
      Throws:
      IOException
    • available

      public int available() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      available in class InputStream
      Throws:
      IOException
    • close

      public void close() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Overrides:
      close in class InputStream
      Throws:
      IOException