public final class Padding extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
leftPad(String input,
int desiredLength,
char padChar)
Left pads the given
input with a specified padChar until it is desiredLength long |
Copyright © 2021. All rights reserved.