public static interface FastDatePrinter.NumberRule extends FastDatePrinter.Rule
Inner class defining a numeric rule.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendTo(Appendable buffer,
int value)
Appends the specified value to the output buffer based on the rule implementation.
|
appendTo, estimateLengthvoid appendTo(Appendable buffer, int value) throws IOException
buffer - the output buffervalue - the value to be appendedIOException - if an I/O error occursCopyright © 2024. All rights reserved.