kactoos-jvm / nnl.rocks.kactoos.io / OutputTo / <init>
OutputTo(out: KOutput)
out
- KOutput
Since 0.15
OutputTo(file:
File
, mkdirs:
Boolean
)
file
- The file
mkdirs
- Should we do mkdirs beforehand?
Since 0.15
OutputTo(file:
File
)
OutputTo(path:
Path
)
OutputTo(path:
Path
, mkdirs:
Boolean
)
Ctor.
path
- The path
mkdirs
- Should we do mkdirs beforehand?
Since 0.15
OutputTo(writer:
Writer
)
Ctor.
writer
- The writerOutputTo(stream:
OutputStream
)
Ctor.
stream
- The streamOutputTo(origin:
Output
)
An Output that encapsulates other destination for the data.
There is no thread-safety guarantee.
Since 0.12