kactoos-jvm / nnl.rocks.kactoos.io / WriterTo / <init>
WriterTo(path: Path)
path - The pathWriterTo(file: File)
file - The fileWriterTo(stream: OutputStream)
stream - The outputWriterTo(output: Output, charset: Charset = Charsets.UTF_8)
WriterTo(output: Output, charset: CharSequence)
output - The input
charset - The charsetWriterTo(output: Output, encoder: CharsetEncoder)
output - The input
encoder - Charset encoder
Since 0.13.1
WriterTo(target: KScalar<Writer>)
A Writer that encapsulates other destination for the data.
There is no thread-safety guarantee.
Since 0.13