Class RewindableFileOutputStream

java.lang.Object
java.io.OutputStream
hudson.util.io.RewindableFileOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
RewindableRotatingFileOutputStream

public class RewindableFileOutputStream extends OutputStream
OutputStream that writes to a file.

Allows the caller to rewind the stream and override previous content with fresh new data.

Since:
2.18