| 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.
|
| 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 |
ByteSequence.asReader()
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte sequence. |
ByteSequenceReader |
ByteString.asReader()
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte string. |
ByteSequenceReader |
ByteStringBuilder.asReader()
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte string builder. |
| Modifier and Type | Method and Description |
|---|---|
ByteStringBuilder |
ByteStringBuilder.append(ByteSequenceReader reader,
int length)
Appends the provided
ByteSequenceReader to this byte string
builder. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.