| Package | Description |
|---|---|
| org.apache.directory.api.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
Strings.trimLeft(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling
null by returning null. |
static void |
Strings.trimLeft(String string,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling
null by returning null. |
static String |
Strings.trimRight(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null. |
static String |
Strings.trimRight(String string,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null. |
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.