public static interface Util.PrintfSpec
Modifier and Type | Method and Description |
---|---|
boolean |
printSpec(StringBuffer buf,
char formatChar)
Specializes the behavior of printf for % escape characters.
|
boolean printSpec(StringBuffer buf, char formatChar)
buf
- the buffer to append the result toformatChar
- the escape character being replacedCopyright © 2016–2022. All rights reserved.