Uses of Class
org.forgerock.opendj.ldap.ByteStringReader
-
Packages that use ByteStringReader Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of ByteStringReader in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type ByteStringReader Modifier and Type Method Description static Asn1ReaderAsn1. getReader(ByteStringReader reader)Returns an ASN.1 reader whose source is the provided byte string reader and having an unlimited maximum BER element size.static Asn1ReaderAsn1. getReader(ByteStringReader reader, int maxElementSize)Returns an ASN.1 reader whose source is the provided byte string reader and having a user defined maximum BER element size. -
Uses of ByteStringReader in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ByteStringReader Modifier and Type Method Description ByteStringReaderByteString. asReader()Returns aByteStringReaderwhich can be used to incrementally read and decode data from this byte string.Methods in org.forgerock.opendj.ldap with parameters of type ByteStringReader Modifier and Type Method Description ByteStringBuilderByteStringBuilder. appendBytes(ByteStringReader reader, int length)Appends the providedByteStringReaderto this byte string builder.
-