Uses of Class
org.apache.asn1.ber.BERDecoderState

Packages that use BERDecoderState
org.apache.asn1.ber Provides the codec foundation for Basic Encoding Rules based on a Tag, Length and Value (TLV) field tuples. 
 

Uses of BERDecoderState in org.apache.asn1.ber
 

Fields in org.apache.asn1.ber declared as BERDecoderState
private  BERDecoderState BERDecoder.state
          the state of this decoder
static BERDecoderState BERDecoderState.TAG
          enum for the TAG state
static BERDecoderState BERDecoderState.LENGTH
          enum for the LENGTH state
static BERDecoderState BERDecoderState.VALUE
          enum for the VALUE state
 

Methods in org.apache.asn1.ber that return BERDecoderState
(package private)  BERDecoderState BERDecoder.getState()
          Gets the current state of this BERDecoder.
 BERDecoderState BERDecoderState.getNext(boolean isPrimitive)
          Gets the next state after this BERDecoderState based on the nature of the present TLV being processed.
static BERDecoderState BERDecoderState.getStartState()
          Gets the start state.
static BERDecoderState BERDecoderState.getState(java.lang.String stateName)
          Gets the enum type for the state regardless of case.
static BERDecoderState BERDecoderState.getState(int value)
          Gets the state of the decoder using a state value.
 



Copyright © 2004-2006 . All Rights Reserved.