|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.util.BooleanDecoder
Parse and decode a Boolean value.
Constructor Summary | |
BooleanDecoder()
|
Method Summary | |
static boolean |
parse(Value value)
Parse a byte buffer and send back a booelan. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BooleanDecoder()
Method Detail |
public static boolean parse(Value value) throws BooleanDecoderException
value
- The byte buffer to parse
DecoderException
- Thrown if the byte stream does not contains a boolean
BooleanDecoderException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |