Module bus.core

Interface DatePattern.NumberRule

All Superinterfaces:
DatePattern.Rule
Enclosing class:
DatePattern

public static interface DatePattern.NumberRule extends DatePattern.Rule
数字格式化规则接口。
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendTo(Appendable buffer, int value)
    将指定数字值追加到输出缓冲区。

    Methods inherited from interface org.miaixz.bus.core.center.date.format.DatePattern.Rule

    appendTo, estimateLength
  • Method Details

    • appendTo

      void appendTo(Appendable buffer, int value) throws IOException
      将指定数字值追加到输出缓冲区。
      Parameters:
      buffer - 输出缓冲区
      value - 要追加的数字
      Throws:
      IOException - 如果发生I/O错误