org.apache.directory.shared.asn1.actions
Class CheckNotNullLength<E extends Asn1Container>
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.asn1.actions.CheckNotNullLength<E>
- All Implemented Interfaces:
- Action<E>
public class CheckNotNullLength<E extends Asn1Container>
- extends GrammarAction<E>
An action that checks the length is not null
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Method Summary |
void |
action(E container)
The action to be executed. |
CheckNotNullLength
public CheckNotNullLength()
- Instantiates the action.
action
public void action(E container)
throws DecoderException
- The action to be executed.
- Parameters:
container - The container which stores the current data
- Throws:
DecoderException - Thrown if something went wrong.
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.