public class BooleanDecoder extends Object
| Constructor and Description |
|---|
BooleanDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
parse(Value value)
Parse a byte buffer and send back a booelan.
|
public static boolean parse(Value value) throws BooleanDecoderException
value - The byte buffer to parseBooleanDecoderException - Thrown if the byte stream does not contains a booleanCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.