|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.io.BufferedOutputStream
org.jgroups.util.ExposedBufferedOutputStream
public class ExposedBufferedOutputStream
Field Summary |
---|
Fields inherited from class java.io.BufferedOutputStream |
---|
buf, count |
Fields inherited from class java.io.FilterOutputStream |
---|
out |
Constructor Summary | |
---|---|
ExposedBufferedOutputStream(java.io.OutputStream out)
Creates a new buffered output stream to write data to the specified underlying output stream. |
|
ExposedBufferedOutputStream(java.io.OutputStream out,
int size)
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size. |
Method Summary | |
---|---|
void |
reset(int size)
|
Methods inherited from class java.io.BufferedOutputStream |
---|
flush, write, write |
Methods inherited from class java.io.FilterOutputStream |
---|
close, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExposedBufferedOutputStream(java.io.OutputStream out)
out
- the underlying output stream.public ExposedBufferedOutputStream(java.io.OutputStream out, int size)
out
- the underlying output stream.size
- the buffer size.
java.lang.IllegalArgumentException
- if size <= 0.Method Detail |
---|
public void reset(int size)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |