Class StringBuilderCR


  • @Deprecated
    public class StringBuilderCR
    extends Object
    Deprecated.
    A wrapped StringBuilder that appends a variable number of text segments efficiently and always appends the specified carriage return terminator.
    Author:
    Brian Remedios
    • Constructor Detail

      • StringBuilderCR

        public StringBuilderCR​(String theCR)
        Deprecated.
      • StringBuilderCR

        public StringBuilderCR​(String initialText,
                               String theCR)
        Deprecated.
    • Method Detail

      • appendLn

        public void appendLn​(String... chunks)
        Deprecated.