Kactoos

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

OutputTo

class OutputTo : Output

An Output that encapsulates other destination for the data.

There is no thread-safety guarantee.

Since 0.12

Constructors

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.

Functions

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