Class PiAWT.FlushStringWriter

java.lang.Object
java.io.Writer
java.io.StringWriter
org.apfloat.samples.PiAWT.FlushStringWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing class:
PiAWT

private static class PiAWT.FlushStringWriter extends StringWriter
  • Field Details

    • dst

      private TextArea dst
    • length

      private int length
    • position

      private int position
    • lastLinefeedPosition

      private int lastLinefeedPosition
  • Constructor Details

    • FlushStringWriter

      public FlushStringWriter(TextArea dst)
  • Method Details