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 flushingOutputStreamand isolating the stream in client.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.OutputStreamoutputStream
-
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 voidflush()Performs a flush, releasing any buffered resources.
-
-
-
Method Detail
-
flush
public void flush() throws java.io.IOExceptionDescription copied from interface:FlushReceiverPerforms a flush, releasing any buffered resources.- Specified by:
flushin interfaceFlushReceiver- Throws:
java.io.IOException- in case the flush operation failed
-
-