org.slf4j.profiler
public class SpacePadder extends Object
Field Summary | |
---|---|
static String | LINE_SEP |
Method Summary | |
---|---|
static void | leftPad(StringBuffer buf, String s, int desiredLength) |
static void | rightPad(StringBuffer buf, String s, int desiredLength) |
static void | spacePad(StringBuffer sbuf, int length)
Fast space padding method. |