Uses of Class
org.apache.directory.api.asn1.ber.tlv.IntegerDecoderException
-
Packages that use IntegerDecoderException Package Description org.apache.directory.api.asn1.ber.tlv -
-
Uses of IntegerDecoderException in org.apache.directory.api.asn1.ber.tlv
Methods in org.apache.directory.api.asn1.ber.tlv that throw IntegerDecoderException Modifier and Type Method Description static intIntegerDecoder. parse(BerValue value)Parse a byte buffer and send back an integerstatic intIntegerDecoder. 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.
-