com.objsys.asn1j.runtime
Interface Asn1PerDecoder
public interface Asn1PerDecoder
This interface provides an interface for decoding. It is meant to be
implemented by generated classes corresponding to enumerated types.
It is useful for cases where a non-static decode method is needed, such
as during decoding driven by table constraints, where the type to be
decoded is not known at compile time.
decode
Asn1Type decode(Asn1PerDecodeBuffer buffer)
throws Asn1Exception,
java.io.IOException
- Decode value from given buffer.
- Parameters:
buffer
-
- Returns:
-
- Throws:
Asn1Exception
java.io.IOException