Kactoos

kactoos-jvm / nnl.rocks.kactoos.io / OutputTo / <init>

<init>

OutputTo(out: KOutput)

Parameters

out - KOutput

Since 0.15

OutputTo(file: File, mkdirs: Boolean)

Parameters

file - The file

mkdirs - Should we do mkdirs beforehand?

Since 0.15

OutputTo(file: File) OutputTo(path: Path)OutputTo(path: Path, mkdirs: Boolean)

Ctor.

Parameters

path - The path

mkdirs - Should we do mkdirs beforehand?

Since 0.15

OutputTo(writer: Writer)

Ctor.

Parameters

writer - The writerOutputTo(stream: OutputStream)

Ctor.

Parameters

stream - The streamOutputTo(origin: Output)

An Output that encapsulates other destination for the data.

There is no thread-safety guarantee.

Since 0.12