Class StreamToStringWriter
java.lang.Object
java.io.Writer
java.io.StringWriter
org.snakeyaml.engine.v2.api.StreamToStringWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable, StreamDataWriter
Internal helper class to support dumping to String
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StringWriter
append, append, append, close, flush, getBuffer, toString, write, write, write, writeMethods inherited from class Writer
nullWriter, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface StreamDataWriter
flush, write, write
-
Constructor Details
-
StreamToStringWriter
StreamToStringWriter()
-