Class OutputStreamFlushReceiver
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushReceiver
-
- All Implemented Interfaces:
FlushReceiver
final class OutputStreamFlushReceiver extends java.lang.Object implements FlushReceiver
Facade flushingOutputStream
and isolating the stream in client.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.OutputStream
outputStream
-
Constructor Summary
Constructors Constructor Description OutputStreamFlushReceiver(java.io.OutputStream outputStream)
Wraps an output stream in order to delegate a flush.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flush()
Performs a flush, releasing any buffered resources.
-
-
-
Method Detail
-
flush
public void flush() throws java.io.IOException
Description copied from interface:FlushReceiver
Performs a flush, releasing any buffered resources.- Specified by:
flush
in interfaceFlushReceiver
- Throws:
java.io.IOException
- in case the flush operation failed
-
-