Package | Description |
---|---|
org.apache.directory.shared.ldap.util |
Modifier and Type | Method and Description |
---|---|
static String |
AttributeUtils.parseAttribute(String str,
Position pos,
boolean withOption)
Parse an attribute.
|
static int |
DNUtils.parseHexString(byte[] bytes,
byte[] hex,
Position pos)
Parse an hex string, which is a list of hex pairs <hexstring> ::=
<hexpair> <hexpairs> <hexpairs> ::= <hexpair> <hexpairs> | e
|
static void |
AttributeUtils.parseOID(String str,
Position pos)
Parse an OID.
|
static void |
StringTools.trimLeft(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling
null by returning null . |
static void |
StringTools.trimLeft(String string,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling
null by returning null . |
static String |
StringTools.trimRight(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null . |
static String |
StringTools.trimRight(String string,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null . |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.