Uses of Class
org.forgerock.opendj.ldap.ByteStringReader
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
This package contains utilities that can are used by all the packages below org.opends.server.replication.
Contains implementations for a number of Directory Server data types.
-
Uses of ByteStringReader in org.forgerock.opendj.io
Modifier and TypeMethodDescriptionstatic Asn1Reader
Asn1.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 Asn1Reader
Asn1.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
Modifier and TypeMethodDescriptionByteString.asReader()
Returns aByteStringReader
which can be used to incrementally read and decode data from this byte string.Modifier and TypeMethodDescriptionByteStringBuilder.appendBytes
(ByteStringReader reader, int length) Appends the providedByteStringReader
to this byte string builder. -
Uses of ByteStringReader in org.opends.server.replication.common
Modifier and TypeMethodDescriptionstatic void
CSN.skipCsn
(ByteStringReader reader) Advances reading the provided reader to the end of the CSN representation, by skipping over it.static CSN
CSN.valueOf
(ByteStringReader reader) Decodes the providedCSN.toByteString(CsnVersion)
representation of a CSN, possibly embedded in a larger sequence. -
Uses of ByteStringReader in org.opends.server.types
Modifier and TypeMethodDescriptionstatic CompactAttribute
CompactAttribute.decodeValues
(AttributeDescription attributeDescription, int size, ByteStringReader encodedValues) Returns a new compact read-only attribute with the provided attribute description, size andencoded values
.