Methods in org.apache.directory.shared.ldap.util with parameters of type Position |
static int |
DNUtils.parseHexString(java.lang.String string,
Position pos)
Parse an hex string, which is a list of hex pairs ::=
::= | e |
static int |
DNUtils.parseHexString(java.lang.String string,
byte[] hex,
Position pos)
Parse an hex string, which is a list of hex pairs ::=
::= | e |
static void |
StringTools.trimLeft(java.lang.String string,
Position pos)
Removes spaces (char <= 32) from start of this array, handling
null by returning null . |
static java.lang.String |
StringTools.trimRight(java.lang.String string,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null . |