kactoos-jvm / nnl.rocks.kactoos.io / TeeOutput
class TeeOutput :
Output
Output to Output copying pipe.
There is no thread-safety guarantee.
Since 0.16
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. |
Name | Summary |
---|---|
stream | fun stream(): OutputStream Get write access to it. |