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