Class GridOutputStream

java.lang.Object
java.io.OutputStream
org.infinispan.io.GridOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

@Deprecated(forRemoval=true) public class GridOutputStream extends OutputStream
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
    void
    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.
     
    void
    write(byte[] b)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    write(byte[] b, int off, int len)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    write(int b)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.io.OutputStream

    nullOutputStream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait