Class GridOutputStream

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

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

      • write

        public void write​(int b)
                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • write

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

        public void write​(byte[] b,
                          int off,
                          int len)
                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • close

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

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