Interface FastDatePrinter.NumberRule

    • Method Detail

      • appendTo

        void appendTo​(java.lang.Appendable buffer,
                      int value)
               throws java.io.IOException
        Appends the specified value to the output buffer based on the rule implementation.
        Parameters:
        buffer - the output buffer
        value - the value to be appended
        Throws:
        java.io.IOException - if an I/O error occurs.