Package jenkins.util
Class MarkFindingOutputStream
java.lang.Object
java.io.OutputStream
jenkins.util.MarkFindingOutputStream
- All Implemented Interfaces:
 Closeable,Flushable,AutoCloseable
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
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write 
- 
Field Details
- 
MARK
- See Also:
 
 
 - 
 - 
Constructor Details
- 
MarkFindingOutputStream
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein classOutputStream- Throws:
 IOException
 - 
write
- Overrides:
 writein classOutputStream- Throws:
 IOException
 - 
flush
- Specified by:
 flushin interfaceFlushable- Overrides:
 flushin classOutputStream- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classOutputStream- Throws:
 IOException
 - 
onMarkFound
protected abstract void onMarkFound() 
 -