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

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

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

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