|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
---|---|
org.apache.asn1new.ber.tlv | |
org.apache.asn1new.util |
Uses of Value in org.apache.asn1new.ber.tlv |
---|
Fields in org.apache.asn1new.ber.tlv declared as Value | |
---|---|
private Value |
TLV.value
The current Value being processed |
Methods in org.apache.asn1new.ber.tlv that return Value | |
---|---|
Value |
TLV.getValue()
|
Uses of Value in org.apache.asn1new.util |
---|
Methods in org.apache.asn1new.util with parameters of type Value | |
---|---|
static boolean |
BooleanDecoder.parse(Value value)
Parse a byte buffer and send back a booelan. |
static int |
IntegerDecoder.parse(Value value)
Parse a byte buffer and send back an integer |
static int |
IntegerDecoder.parse(Value value,
int min,
int max)
Parse a byte buffer and send back an integer, controling that this number is in a specified interval. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |