Class BooleanDecoder

    • Field Detail

      • LOG

        private static final org.slf4j.Logger LOG
        The logger
    • Constructor Detail

      • BooleanDecoder

        private 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