Uses of Class
org.forgerock.opendj.ldap.ByteSequenceReader
Packages that use ByteSequenceReader
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of ByteSequenceReader in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type ByteSequenceReaderModifier and TypeMethodDescriptionstatic ASN1ReaderASN1.getReader(ByteSequenceReader reader) Returns an ASN.1 reader whose source is the provided byte sequence reader and having an unlimited maximum BER element size.static ASN1ReaderASN1.getReader(ByteSequenceReader reader, int maxElementSize) Returns an ASN.1 reader whose source is the provided byte sequence reader and having a user defined maximum BER element size. -
Uses of ByteSequenceReader in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ByteSequenceReaderModifier and TypeMethodDescriptionByteSequence.asReader()Returns aByteSequenceReaderwhich can be used to incrementally read and decode data from this byte sequence.ByteString.asReader()Returns aByteSequenceReaderwhich can be used to incrementally read and decode data from this byte string.ByteStringBuilder.asReader()Returns aByteSequenceReaderwhich can be used to incrementally read and decode data from this byte string builder.Methods in org.forgerock.opendj.ldap with parameters of type ByteSequenceReaderModifier and TypeMethodDescriptionByteStringBuilder.appendBytes(ByteSequenceReader reader, int length) Appends the providedByteSequenceReaderto this byte string builder.