Package org.infinispan.io
Class GridOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.infinispan.io.GridOutputStream
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
@Deprecated public class GridOutputStream extends OutputStream
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 void
close()
Deprecated.void
flush()
Deprecated.void
write(byte[] b)
Deprecated.void
write(byte[] b, int off, int len)
Deprecated.void
write(int b)
Deprecated.
-
-
-
Method Detail
-
write
public void write(int b) throws IOException
Deprecated.- Throws:
IOException
-
write
public void write(byte[] b) throws IOException
Deprecated.- Throws:
IOException
-
write
public void write(byte[] b, int off, int len) throws IOException
Deprecated.- Throws:
IOException
-
close
public void close() throws IOException
Deprecated.- Throws:
IOException
-
flush
public void flush() throws IOException
Deprecated.- Throws:
IOException
-
-