| Package | Description |
|---|---|
| org.apache.directory.api.asn1.ber.tlv |
| Modifier and Type | Field and Description |
|---|---|
private BerValue |
TLV.value
The current Value being processed
|
| Modifier and Type | Method and Description |
|---|---|
BerValue |
TLV.getValue() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BooleanDecoder.parse(BerValue value)
Parse a Value containing a byte[] and send back a boolean.
|
static long |
LongDecoder.parse(BerValue value)
Parse a byte buffer and send back an integer
|
static int |
IntegerDecoder.parse(BerValue value)
Parse a byte buffer and send back an integer
|
static int |
IntegerDecoder.parse(BerValue value,
int min,
int max)
Parse a byte buffer and send back an integer, controlling that this number
is in a specified interval.
|
static long |
LongDecoder.parse(BerValue value,
long min,
long max)
Parse a byte buffer and send back an long, controlling that this number
is in a specified interval.
|
private static int |
IntegerDecoder.parseInt(BerValue value)
Helper method used to parse the integer.
|
static long |
LongDecoder.parseLong(BerValue value)
Helper method used to parse the long.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.