Class TFormatter


  • public class TFormatter
    extends java.lang.Object
    • Field Detail

      • locale

        private java.util.Locale locale
      • out

        private final java.lang.Appendable out
      • exception

        private java.io.IOException exception
    • Constructor Detail

      • TFormatter

        public TFormatter()
      • TFormatter

        public TFormatter​(java.util.Locale aLocale)
      • TFormatter

        public TFormatter​(java.io.PrintStream aOut)
      • TFormatter

        public TFormatter​(java.lang.Appendable aOut)
    • Method Detail

      • format

        public java.util.Formatter format​(java.lang.String aPattern,
                                          java.lang.Object... aValues)
      • format

        public java.util.Formatter format​(java.util.Locale aLocale,
                                          java.lang.String aPattern,
                                          java.lang.Object... aValues)
      • formatValues

        private void formatValues​(java.lang.String aPattern,
                                  java.lang.Object... aValues)
      • flush

        public void flush()
      • close

        public void close()
      • out

        public java.lang.Appendable out()
      • ioException

        public java.io.IOException ioException()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • locale

        public java.util.Locale locale()