| Package | Description |
|---|---|
| davmail.ldap |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BerDecoder.parseBoolean()
Parses an ASN_BOOLEAN tagged integer from this BER buffer.
|
int |
BerDecoder.parseByte()
Parses the next byte in this BER buffer.
|
int |
BerDecoder.parseEnumeration()
Parses an ASN_ENUMERATED tagged integer from this BER buffer.
|
int |
BerDecoder.parseInt()
Parses an ASN_INTEGER tagged integer from this BER buffer.
|
protected int |
BerDecoder.parseIntWithTag(int tag)
Parses an integer that's preceded by a tag.
|
int |
BerDecoder.parseLength()
Parses a possibly variable length field.
|
byte[] |
BerDecoder.parseOctetString(int tag,
int[] rlen)
Parses an octet string of a given type(tag) from this BER buffer.
|
int |
BerDecoder.parseSeq(int[] rlen)
Parses the next sequence in this BER buffer.
|
String |
BerDecoder.parseString(boolean decodeUTF8)
Parses a string.
|
String |
BerDecoder.parseStringWithTag(int tag,
boolean decodeUTF8,
int[] rlen)
Parses a string of a given tag from this BER buffer.
|
int |
BerDecoder.peekByte()
Returns the next byte in this BER buffer without consuming it.
|
Copyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.