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

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

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

Methods in org.apache.directory.api.asn1.ber.tlv that throw LongDecoderException
static long LongDecoder.parse(BerValue value)
          Parse a byte buffer and send back an integer
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.