| java.lang.Object | |
| ↳ | org.joda.time.format.FormatUtils |
Utility methods used by formatters.
FormatUtils is thread-safe and immutable.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Converts an integer to a string, prepended with a variable amount of '0'
pad characters, and appends it to the given buffer.
| |||||||||||
Converts an integer to a string, prepended with a variable amount of '0'
pad characters, and appends it to the given buffer.
| |||||||||||
Converts an integer to a string, and appends it to the given buffer.
| |||||||||||
Converts an integer to a string, and appends it to the given buffer.
| |||||||||||
Calculates the number of decimal digits for the given value,
including the sign.
| |||||||||||
Converts an integer to a string, prepended with a variable amount of '0'
pad characters, and writes it to the given writer.
| |||||||||||
Converts an integer to a string, prepended with a variable amount of '0'
pad characters, and writes it to the given writer.
| |||||||||||
Converts an integer to a string, and writes it to the given writer.
| |||||||||||
Converts an integer to a string, and writes it to the given writer.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Converts an integer to a string, prepended with a variable amount of '0' pad characters, and appends it to the given buffer.
This method is optimized for converting small values to strings.
| buf | receives integer converted to a string |
|---|---|
| value | value to convert to a string |
| size | minumum amount of digits to append |
Converts an integer to a string, prepended with a variable amount of '0' pad characters, and appends it to the given buffer.
This method is optimized for converting small values to strings.
| buf | receives integer converted to a string |
|---|---|
| value | value to convert to a string |
| size | minumum amount of digits to append |
Converts an integer to a string, and appends it to the given buffer.
This method is optimized for converting small values to strings.
| buf | receives integer converted to a string |
|---|---|
| value | value to convert to a string |
Converts an integer to a string, and appends it to the given buffer.
This method is optimized for converting small values to strings.
| buf | receives integer converted to a string |
|---|---|
| value | value to convert to a string |
Calculates the number of decimal digits for the given value, including the sign.
Converts an integer to a string, prepended with a variable amount of '0' pad characters, and writes it to the given writer.
This method is optimized for converting small values to strings.
| out | receives integer converted to a string |
|---|---|
| value | value to convert to a string |
| size | minumum amount of digits to append |
| IOException |
|---|
Converts an integer to a string, prepended with a variable amount of '0' pad characters, and writes it to the given writer.
This method is optimized for converting small values to strings.
| out | receives integer converted to a string |
|---|---|
| value | value to convert to a string |
| size | minumum amount of digits to append |
| IOException |
|---|
Converts an integer to a string, and writes it to the given writer.
This method is optimized for converting small values to strings.
| out | receives integer converted to a string |
|---|---|
| value | value to convert to a string |
| IOException |
|---|
Converts an integer to a string, and writes it to the given writer.
This method is optimized for converting small values to strings.
| out | receives integer converted to a string |
|---|---|
| value | value to convert to a string |
| IOException |
|---|