Package jenkins.util

Class MarkFindingOutputStream

java.lang.Object
java.io.OutputStream
jenkins.util.MarkFindingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public abstract class MarkFindingOutputStream extends OutputStream
Filtering OutputStream that looks for MARK in the output stream and notifies the callback. The mark itself will be removed from the stream.
Since:
1.458
Author:
Kohsuke Kawaguchi