private final class OutputStreamFlushableCommandline.OutputStreamFlushReceiver extends java.lang.Object implements FlushReceiver
| Modifier and Type | Field and Description |
|---|---|
private java.io.OutputStream |
outputStream |
| Modifier | Constructor and Description |
|---|---|
private |
OutputStreamFlushReceiver(java.io.OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Performs a flush, releasing any buffered resources.
|
private OutputStreamFlushReceiver(java.io.OutputStream outputStream)
public void flush()
throws java.io.IOException
FlushReceiverflush in interface FlushReceiverjava.io.IOException - in case the flush operation failed