|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.asn1new.util.BooleanDecoder
public class BooleanDecoder
Parse and decode a Boolean value.
| Field Summary | |
|---|---|
private static org.slf4j.Logger |
log
The logger |
| 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 |
| Field Detail |
|---|
private static final org.slf4j.Logger log
| Constructor Detail |
|---|
public BooleanDecoder()
| Method Detail |
|---|
public static boolean parse(Value value)
throws BooleanDecoderException
value - The byte buffer to parse
org.apache.asn1.codec.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 | |||||||||