Kactoos

kactoos-jvm / nnl.rocks.kactoos.io / TeeOutput

TeeOutput

class TeeOutput : Output

Output to Output copying pipe.

There is no thread-safety guarantee.

Since 0.16

Constructors

Name Summary
<init> TeeOutput(tgt: Output, cpy: Writer, charset: Charset)
TeeOutput(tgt: Output, cpy: Writer)
TeeOutput(tgt: Output, cpy: Path)
TeeOutput(tgt: Output, cpy: File)
TeeOutput(tgt: Output, cpy: OutputStream)TeeOutput(target: Output, copy: Output)
Output to Output copying pipe.

Functions

Name Summary
stream fun stream(): OutputStream
Get write access to it.