Class TeeOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class TeeOutputStream extends ProxyOutputStream
Classic splitter of OutputStream. Named after the Unix 'tee' command. It allows a stream to be branched off so there are now two streams.
  • Field Details

  • Constructor Details

  • Method Details