Yaml Output Stream Writer
abstract class YamlOutputStreamWriter(out: OutputStream, cs: Charset) : OutputStreamWriter, StreamDataWriter
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