public final class BooleanDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The logger
|
| Modifier | Constructor and Description |
|---|---|
private |
BooleanDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
parse(BerValue value)
Parse a Value containing a byte[] and send back a boolean.
|
public static boolean parse(BerValue value) throws BooleanDecoderException
value - The Value to parseBooleanDecoderException - Thrown if the Value does not contains a booleanCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.