Class BlockContent


  • class BlockContent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int lineCount  
      private java.lang.StringBuilder sb  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.CharSequence line)  
      java.lang.String getString()  
      • Methods inherited from class java.lang.Object

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

      • sb

        private final java.lang.StringBuilder sb
      • lineCount

        private int lineCount
    • Constructor Detail

      • BlockContent

        public BlockContent()
      • BlockContent

        public BlockContent​(java.lang.String content)
    • Method Detail

      • add

        public void add​(java.lang.CharSequence line)
      • getString

        public java.lang.String getString()