public class FlushProofOutputStream extends DelegatingOutputStream
OutputStream
that blocks flush()
method.out
Constructor and Description |
---|
FlushProofOutputStream(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
close, write, write, write
public FlushProofOutputStream(OutputStream out)
public void flush() throws IOException
flush
in interface Flushable
flush
in class DelegatingOutputStream
IOException
Copyright © 2004–2022. All rights reserved.