Class ObservableOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ObservableOutputStream extends ForwardingOutputStream<OutputStream>
An output stream wrapper that allows notification when the stream is opened and closed.
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>