Uses of Class
org.forgerock.opendj.ldap.ByteSequenceReader
-
Packages that use ByteSequenceReader 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.org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of ByteSequenceReader in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type ByteSequenceReader Modifier and Type Method Description static Asn1Reader
Asn1. 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 Asn1Reader
Asn1. 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 ByteSequenceReader Modifier and Type Method Description ByteSequenceReader
ByteSequence. asReader()
Returns aByteSequenceReader
which can be used to incrementally read and decode data from this byte sequence.ByteSequenceReader
ByteString. asReader()
Returns aByteSequenceReader
which can be used to incrementally read and decode data from this byte string.ByteSequenceReader
ByteStringBuilder. asReader()
Returns aByteSequenceReader
which can be used to incrementally read and decode data from this byte string builder.Methods in org.forgerock.opendj.ldap with parameters of type ByteSequenceReader Modifier and Type Method Description ByteStringBuilder
ByteStringBuilder. appendBytes(ByteSequenceReader reader, int length)
Appends the providedByteSequenceReader
to this byte string builder. -
Uses of ByteSequenceReader in org.opends.server.replication.common
Methods in org.opends.server.replication.common with parameters of type ByteSequenceReader Modifier and Type Method Description static void
CSN. skipCsn(ByteSequenceReader reader)
Advances reading the provided reader to the end of the CSN representation, by skipping over it.static CSN
CSN. valueOf(ByteSequenceReader reader)
Decodes the providedCSN.toByteString(CsnVersion)
representation of a CSN, possibly embedded in a larger sequence. -
Uses of ByteSequenceReader in org.opends.server.types
Methods in org.opends.server.types with parameters of type ByteSequenceReader Modifier and Type Method Description static CompactAttribute
CompactAttribute. decodeValues(AttributeDescription attributeDescription, int size, ByteSequenceReader encodedValues)
Returns a new compact read-only attribute with the provided attribute description, size andencoded values
.
-