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 TypeMethodDescriptionvoidflush()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:FlushReceiverPerforms a flush, releasing any buffered resources.- Specified by:
flushin interfaceFlushReceiver- Throws:
IOException- in case the flush operation failed
-