Class TeeWriter

java.lang.Object
java.io.Writer
io.github.ascopes.protobufmavenplugin.utils.TeeWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class TeeWriter extends Writer
A writer that also writes to an in-memory buffer to enable the content to be replayed.
Since:
2.7.2
Author:
Ashley Scopes