Class GridInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @Deprecated
    public class GridInputStream
    extends java.io.InputStream
    Deprecated.
    since 10.0
    Author:
    Bela Ban, Marko Luksa, Manik Surtani
    • Method Detail

      • read

        public int read()
                 throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] b)
                 throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] bytes,
                        int offset,
                        int length)
                 throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • skip

        public long skip​(long length)
                  throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • available

        public int available()
                      throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException