Uses of Class
org.apache.directory.shared.asn1.ber.tlv.Value

Packages that use Value
org.apache.directory.shared.asn1.ber.tlv   
 

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()
           
 

Methods in org.apache.directory.shared.asn1.ber.tlv with parameters of type Value
static long LongDecoder.parse(Value value)
          Parse a byte buffer and send back an integer
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.
static int IntegerDecoder.parse(Value value, int min, int max)
          Parse a byte buffer and send back an integer, controlling that this number is in a specified interval.
static long LongDecoder.parse(Value value, long min, long max)
          Parse a byte buffer and send back an long, controlling that this number is in a specified interval.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.