Package org.snakeyaml.engine.v2.api
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 java.io.StringWriter
append, append, append, close, flush, getBuffer, toString, write, write, write, writeMethods inherited from class java.io.Writer
nullWriter, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.snakeyaml.engine.v2.api.StreamDataWriter
flush, write, write
-
Constructor Details
-
StreamToStringWriter
StreamToStringWriter()
-