kactoos-jvm / nnl.rocks.kactoos.io / OutputTo
class OutputTo :
Output
An Output that encapsulates other destination for the data.
There is no thread-safety guarantee.
Since 0.12
Name | Summary |
---|---|
<init> | OutputTo(out: KOutput) OutputTo(file: File , mkdirs: Boolean ) OutputTo(file: File ) OutputTo(path: Path ) OutputTo(path: Path , mkdirs: Boolean ) OutputTo(writer: Writer ) OutputTo(stream: OutputStream ) Ctor. OutputTo(origin: Output ) An Output that encapsulates other destination for the data. |
Name | Summary |
---|---|
stream | fun stream(): OutputStream Get write access to it. |