kactoos-jvm / nnl.rocks.kactoos.io / OutputStreamTo / <init>
OutputStreamTo(path: Path)
path - The pathOutputStreamTo(file: File)
file - The fileOutputStreamTo(wtr: Writer, charset: Charset)
OutputStreamTo(wtr: Writer, charset: CharSequence)
wtr - Writer
charset - Charset
Since 0.13.1
OutputStreamTo(wtr: Writer)OutputStreamTo(wtr: Writer, charset: Charset, size: Int)
OutputStreamTo(wtr: Writer, charset: CharSequence, size: Int)
wtr - Reader
charset - Charset
size - Buffer size
Since 0.13.1
OutputStreamTo(wtr: Writer, ddr: CharsetDecoder, size: Int)
wtr - Reader
ddr - Charset decoder
size - Buffer size
Since 0.13.1
OutputStreamTo(output: Output)
output - The inputOutputStreamTo(target: KScalar<OutputStream>)
An OutputStream that encapsulates other destination for the data.
There is no thread-safety guarantee.
Since 0.3