Class OutputStreamFlushReceiver
java.lang.Object
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushReceiver
- All Implemented Interfaces:
FlushReceiver
Facade flushing
OutputStream
and isolating the stream in client.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOutputStreamFlushReceiver
(OutputStream outputStream) Wraps an output stream in order to delegate a flush. -
Method Summary
Modifier and TypeMethodDescriptionvoid
flush()
Performs a flush, releasing any buffered resources.
-
Field Details
-
outputStream
-
-
Constructor Details
-
OutputStreamFlushReceiver
OutputStreamFlushReceiver(OutputStream outputStream) Wraps an output stream in order to delegate a flush.
-
-
Method Details
-
flush
Description copied from interface:FlushReceiver
Performs a flush, releasing any buffered resources.- Specified by:
flush
in interfaceFlushReceiver
- Throws:
IOException
- in case the flush operation failed
-