net.jxta.util
Class IgnoreFlushFilterOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
net.jxta.util.IgnoreFlushFilterOutputStream
- public class IgnoreFlushFilterOutputStream
- extends FilterOutputStream
A filter output stream which ignores flush requests.
Method Summary |
void |
flush()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoreFlushFilterOutputStream
public IgnoreFlushFilterOutputStream(OutputStream out)
- Creates a new instance of CountingOutputStream
flush
public void flush()
throws IOException
- Throws:
IOException