Uses of Class
org.forgerock.opendj.ldap.ByteStringBuilder
Packages that use ByteStringBuilder
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of ByteStringBuilder in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return ByteStringBuilderModifier and TypeMethodDescriptionAbstractASN1Reader.readOctetString(byte type, ByteStringBuilder builder) ASN1Reader.readOctetString(byte type, ByteStringBuilder builder) Reads the next element as an octet string having the provided type tag and appends it to the providedByteStringBuilder.ASN1Reader.readOctetString(ByteStringBuilder builder) Reads the next element as an octet string having the Universal Octet String ASN.1 type tag and appends it to the providedByteStringBuilder.Methods in org.forgerock.opendj.io with parameters of type ByteStringBuilderModifier and TypeMethodDescriptionstatic ASN1WriterASN1.getWriter(ByteStringBuilder builder) Returns an ASN.1 writer whose destination is the provided byte string builder.static ASN1WriterASN1.getWriter(ByteStringBuilder builder, int maxBufferSize) Returns an ASN.1 writer whose destination is the provided byte string builder.AbstractASN1Reader.readOctetString(byte type, ByteStringBuilder builder) ASN1Reader.readOctetString(byte type, ByteStringBuilder builder) Reads the next element as an octet string having the provided type tag and appends it to the providedByteStringBuilder.ASN1Reader.readOctetString(ByteStringBuilder builder) Reads the next element as an octet string having the Universal Octet String ASN.1 type tag and appends it to the providedByteStringBuilder. -
Uses of ByteStringBuilder in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ByteStringBuilderModifier and TypeMethodDescriptionByteStringBuilder.appendBERLength(int length) Appends the ASN.1 BER length encoding representation of the provided integer to this byte string builder.ByteStringBuilder.appendByte(int b) Appends the provided byte to this byte string builder.ByteStringBuilder.appendBytes(byte[] bytes) Appends the provided byte array to this byte string builder.ByteStringBuilder.appendBytes(byte[] bytes, int offset, int length) Appends the provided byte array to this byte string builder.ByteStringBuilder.appendBytes(ByteBuffer buffer, int length) Appends the providedByteBufferto this byte string builder.ByteStringBuilder.appendBytes(ByteSequence bytes) Appends the providedByteSequenceto this byte string builder.ByteStringBuilder.appendBytes(ByteSequenceReader reader, int length) Appends the providedByteSequenceReaderto this byte string builder.ByteStringBuilder.appendCompactUnsigned(long value) Appends the compact encoded bytes of the provided unsigned long to this byte string builder.ByteStringBuilder.appendInt(int i) Appends the big-endian encoded bytes of the provided integer to this byte string builder.ByteStringBuilder.appendLong(long l) Appends the big-endian encoded bytes of the provided long to this byte string builder.ByteStringBuilder.appendObject(Object o) Appends the byte string representation of the provided object to this byte string builder.ByteStringBuilder.appendShort(int i) Appends the big-endian encoded bytes of the provided short to this byte string builder.ByteStringBuilder.appendUtf8(char[] chars) Appends the UTF-8 encoded bytes of the provided char array to this byte string builder.ByteStringBuilder.appendUtf8(String s) Appends the UTF-8 encoded bytes of the provided string to this byte string builder.ByteStringBuilder.clear()Sets the length of this byte string builder to zero.ByteStringBuilder.clearAndTruncate(int thresholdCapacity, int newCapacity) Sets the length of this byte string builder to zero, and resets the capacity to the specified size if above provided threshold.ByteSequence.copyTo(ByteStringBuilder builder) Appends the entire contents of this byte sequence to the providedByteStringBuilder.ByteString.copyTo(ByteStringBuilder builder) ByteStringBuilder.copyTo(ByteStringBuilder builder) ByteStringBuilder.ensureAdditionalCapacity(int size) Ensures that the specified number of additional bytes will fit in this byte string builder and resizes it if necessary.ByteStringBuilder.setLength(int newLength) Sets the length of this byte string builder.ByteStringBuilder.trimToSize()Attempts to reduce storage used for this byte string builder.Methods in org.forgerock.opendj.ldap with parameters of type ByteStringBuilderModifier and TypeMethodDescriptionByteSequence.copyTo(ByteStringBuilder builder) Appends the entire contents of this byte sequence to the providedByteStringBuilder.ByteString.copyTo(ByteStringBuilder builder) ByteStringBuilder.copyTo(ByteStringBuilder builder)