Class BooleanDecoder

    • Method Detail

      • parse

        public static boolean parse​(BerValue value)
                             throws BooleanDecoderException
        Parse a Value containing a byte[] and send back a boolean.
        Parameters:
        value - The Value to parse
        Returns:
        A boolean.
        Throws:
        BooleanDecoderException - Thrown if the Value does not contains a boolean