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.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ByteSequenceReader |
ByteStringBuilder.asReader()
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte string builder. |
ByteSequenceReader |
ByteString.asReader()
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte string. |
ByteSequenceReader |
ByteSequence.asReader()
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte sequence. |
Modifier and Type | Method and Description |
---|---|
ByteStringBuilder |
ByteStringBuilder.appendBytes(ByteSequenceReader reader,
int length)
Appends the provided
ByteSequenceReader to this byte string builder. |
Modifier and Type | Method and Description |
---|---|
Attribute |
CompressedSchema.decodeAttribute(ByteSequenceReader reader)
Decodes the contents of the provided array as an attribute at the current position.
|
Map<ObjectClass,String> |
CompressedSchema.decodeObjectClasses(ByteSequenceReader reader)
Decodes an object class set from the provided byte string.
|
Modifier and Type | Method and Description |
---|---|
static Entry |
Entry.decode(ByteSequenceReader entryBuffer,
CompressedSchema compressedSchema)
Decodes the provided byte array as an entry using the V3 encoding.
|
static EntryEncodeConfig |
EntryEncodeConfig.decode(ByteSequenceReader buffer,
int length,
CompressedSchema compressedSchema)
Decodes the entry encode configuration from current position and length of the given byte array.
|
Copyright 2010-2020 ForgeRock AS.