org.jgroups.util
Class ExposedBufferedOutputStream
BufferedOutputStreamorg.jgroups.util.ExposedBufferedOutputStream
public class ExposedBufferedOutputStream
extends BufferedOutputStream
$Id: ExposedBufferedOutputStream.java,v 1.1 2005/07/25 15:53:36 belaban Exp $ExposedBufferedOutputStream(OutputStream out)- Creates a new buffered output stream to write data to the
specified underlying output stream.
|
ExposedBufferedOutputStream(OutputStream out, int size)- Creates a new buffered output stream to write data to the
specified underlying output stream with the specified buffer
size.
|
ExposedBufferedOutputStream
public ExposedBufferedOutputStream(OutputStream out)
Creates a new buffered output stream to write data to the
specified underlying output stream.
out - the underlying output stream.
ExposedBufferedOutputStream
public ExposedBufferedOutputStream(OutputStream out,
int size) Creates a new buffered output stream to write data to the
specified underlying output stream with the specified buffer
size.
out - the underlying output stream.size - the buffer size.
reset
public void reset(int size)
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.