Class StreamToStringWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable, StreamDataWriter

    class StreamToStringWriter
    extends java.io.StringWriter
    implements StreamDataWriter
    Internal helper class to support dumping to String
    • Field Summary

      • Fields inherited from class java.io.Writer

        lock
    • 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
    • Constructor Detail

      • StreamToStringWriter

        StreamToStringWriter()