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 voidclose()Deprecated.voidflush()Deprecated.voidwrite(byte[] b)Deprecated.voidwrite(byte[] b, int off, int len)Deprecated.voidwrite(int b)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
write
public void write(int b) throws IOExceptionDeprecated.- Throws:
 IOException
 
- 
write
public void write(byte[] b) throws IOExceptionDeprecated.- Throws:
 IOException
 
- 
write
public void write(byte[] b, int off, int len) throws IOExceptionDeprecated.- Throws:
 IOException
 
- 
close
public void close() throws IOExceptionDeprecated.- Throws:
 IOException
 
- 
flush
public void flush() throws IOExceptionDeprecated.- Throws:
 IOException
 
 - 
 
 -