Class FastStringPrintWriter

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable, GrailsWrappedWriter

public class FastStringPrintWriter extends GrailsPrintWriterAdapter
Fast in-memory PrintWriter implementation.
Since:
2.0
  • Constructor Details

    • FastStringPrintWriter

      public FastStringPrintWriter()
    • FastStringPrintWriter

      public FastStringPrintWriter(int initialChunkSize)
    • FastStringPrintWriter

      protected FastStringPrintWriter(Object o)
  • Method Details