Uses of Class
org.apache.directory.api.util.Position
-
Packages that use Position Package Description org.apache.directory.api.ldap.model.entry org.apache.directory.api.util -
-
Uses of Position in org.apache.directory.api.ldap.model.entry
Methods in org.apache.directory.api.ldap.model.entry with parameters of type Position Modifier and Type Method Description static StringAttributeUtils. parseAttribute(byte[] bytes, Position pos, boolean withOption, boolean relaxed)Parse an attribute.static StringAttributeUtils. parseAttribute(char[] str, Position pos, boolean withOption, boolean relaxed)Parse an attribute. -
Uses of Position in org.apache.directory.api.util
Methods in org.apache.directory.api.util with parameters of type Position Modifier and Type Method Description static voidStrings. trimLeft(byte[] bytes, Position pos)Removes spaces (char <= 32) from a position in this array, handlingnullby returningnull.static voidStrings. trimLeft(String string, Position pos)Removes spaces (char <= 32) from a position in this array, handlingnullby returningnull.static StringStrings. trimRight(byte[] bytes, Position pos)Removes spaces (char <= 32) from end of this string, handlingnullby returningnull.static StringStrings. trimRight(String string, Position pos)Removes spaces (char <= 32) from end of this string, handlingnullby returningnull.
-