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 © 2004-2013. All Rights Reserved.