|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
org.apache.directory.shared.asn1.ber.tlv | |
org.apache.directory.shared.asn1.util |
Uses of Value in org.apache.directory.shared.asn1.ber.tlv |
Methods in org.apache.directory.shared.asn1.ber.tlv that return Value | |
Value |
TLV.getValue()
|
Uses of Value in org.apache.directory.shared.asn1.util |
Methods in org.apache.directory.shared.asn1.util with parameters of type Value | |
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. |
static int |
IntegerDecoder.parse(Value value)
Parse a byte buffer and send back an integer |
static boolean |
BooleanDecoder.parse(Value value)
Parse a byte buffer and send back a booelan. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |