Uses of Class
org.forgerock.opendj.io.LdapReader
-
Packages that use LdapReader Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality. -
-
Uses of LdapReader in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return LdapReader Modifier and Type Method Description static <R extends Asn1Reader>
LdapReader<R>Ldap. getReader(R asn1Reader, DecodeOptions options)
Creates a new LDAP reader which will read LDAP messages from an ASN.1 reader using the provided decoding options.
-