public final class BooleanDecoder extends Object
| 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–2016 The Apache Software Foundation. All rights reserved.