Class LineBuffer


  • public class LineBuffer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LineBuffer​(java.lang.Appendable out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void flush()  
      void flush​(int rows)  
      void write​(int row, int col, java.lang.String text)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LineBuffer

        public LineBuffer​(java.lang.Appendable out)
    • Method Detail

      • write

        public void write​(int row,
                          int col,
                          java.lang.String text)
      • flush

        public void flush()
      • flush

        public void flush​(int rows)