Uses of Class
org.apache.directory.api.asn1.ber.tlv.BerValue

Packages that use BerValue
org.apache.directory.api.asn1.ber.tlv   
 

Uses of BerValue in org.apache.directory.api.asn1.ber.tlv
 

Methods in org.apache.directory.api.asn1.ber.tlv that return BerValue
 BerValue TLV.getValue()
           
 

Methods in org.apache.directory.api.asn1.ber.tlv with parameters of type BerValue
static long LongDecoder.parse(BerValue value)
          Parse a byte buffer and send back an integer
static int IntegerDecoder.parse(BerValue value)
          Parse a byte buffer and send back an integer
static boolean BooleanDecoder.parse(BerValue value)
          Parse a Value containing a byte[] and send back a boolean.
static int IntegerDecoder.parse(BerValue 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(BerValue value, long min, long max)
          Parse a byte buffer and send back an long, controlling that this number is in a specified interval.
static long LongDecoder.parseLong(BerValue value)
          Helper method used to parse the long.
 



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