Class AbstractReadBitString<C extends Asn1Container>

    • Constructor Detail

      • AbstractReadBitString

        public AbstractReadBitString​(String name)
        Instantiates a new AbstractReadByteArray action.
        Parameters:
        name - the action's name
    • Method Detail

      • action

        public final void action​(C container)
                          throws DecoderException
        The action to be executed.
        Parameters:
        container - The container which stores the current data
        Throws:
        DecoderException - Thrown if something went wrong.