Package org.apfloat
Class FormattingHelper
java.lang.Object
org.apfloat.FormattingHelper
Helper class for formatting.
- Version:
- 1.8.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
private static void
pad
(Appendable out, long count) static Writer
static Writer
wrapLocalizeWriter
(Writer out, Formatter formatter, int radix, boolean isUpperCase) static Writer
wrapPadWriter
(Writer out, boolean isLeftJustify)
-
Constructor Details
-
FormattingHelper
private FormattingHelper()
-
-
Method Details
-
wrapAppendableWriter
-
wrapLocalizeWriter
-
wrapPadWriter
-
finishPad
- Throws:
IOException
-
pad
- Throws:
IOException
-