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