Package org.apfloat

Class FormattingHelper.BufferWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable
    Enclosing class:
    FormattingHelper

    private static class FormattingHelper.BufferWriter
    extends java.io.StringWriter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.Writer out  
      • Fields inherited from class java.io.Writer

        lock
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferWriter​(java.io.Writer out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Writer out()  
      • 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
    • Field Detail

      • out

        private java.io.Writer out
    • Constructor Detail

      • BufferWriter

        public BufferWriter​(java.io.Writer out)
    • Method Detail

      • out

        public java.io.Writer out()