public class TeeWriter extends ProxyCollectionWriter
Writer
. Named after the Unix 'tee' command. It allows a stream to be branched off so
there are now two streams.
This currently a only convenience class with the proper name "TeeWriter".
Constructor and Description |
---|
TeeWriter(Collection<Writer> writers)
Creates a new filtered collection writer.
|
TeeWriter(Writer... writers)
Creates a new filtered collection writer.
|
public TeeWriter(Collection<Writer> writers)
writers
- Writers to provide the underlying targets.public TeeWriter(Writer... writers)
writers
- Writers to provide the underlying targets.Jas4pp 1.5 © Java Analysis Studio for Particle Physics