Uses of Class
org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Packages that use MemoryClearingBuffer Package Description org.apache.directory.ldap.client.template -
-
Uses of MemoryClearingBuffer in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return MemoryClearingBuffer Modifier and Type Method Description static MemoryClearingBufferMemoryClearingBuffer. newInstance(byte[] bytes)Creates a new instance of MemoryClearingBuffer from abyte[].static MemoryClearingBufferMemoryClearingBuffer. newInstance(char[] chars)Creates a new instance of MemoryClearingBuffer from achar[].static MemoryClearingBufferMemoryClearingBuffer. newInstance(char[] chars, boolean trim, boolean lowerCase)Creates a new instance of MemoryClearingBuffer from achar[], optionally performing whitespace trimming and conversion to lower case.
-