Package org.apfloat.samples
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
-
Field Details
-
dst
-
length
private int length -
position
private int position -
lastLinefeedPosition
private int lastLinefeedPosition
-
-
Constructor Details
-
FlushStringWriter
-
-
Method Details
-
flush
public void flush()- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classStringWriter
-