Yaml Output Stream Writer
open class YamlOutputStreamWriter(out: OutputStream, cs: Charset) : OutputStreamWriter, StreamDataWriter(source)
Provide an example of implementation of StreamDataWriter interface which does not throw IOException
Parameters
out
the output
cs
encoding to use to translate String to bytes