StreamDataWriter

Writer with the same methods as in java.io.Writer but without throwing IOExceptions The purpose of this class is to avoid checked exceptions in every method signature. Implementations must define their own way to react on IOExceptions YamlOutputStreamWriter

Inheritors

YamlOutputStreamWriter

Functions

Link copied to clipboard
open fun flush()

Flushes this stream by writing any buffered output to the underlying stream.

Link copied to clipboard
abstract fun write(str: String)

write the whole data

abstract fun write(str: String, off: Int, len: Int)

Write part of the data