org.apache.asn1.ber
Interface BERDecoderMonitor

All Superinterfaces:
org.apache.asn1.codec.stateful.DecoderMonitor

public interface BERDecoderMonitor
extends org.apache.asn1.codec.stateful.DecoderMonitor

A monitor designed for extended BER decoder functionality with greater detail to specific BER decoder events.

Version:
$Rev: 157644 $
Author:
Apache Directory Project

Method Summary
 void lengthDecoded(Tuple tlv)
          Method used to receive notification that a length was decoded.
 void tagDecoded(Tuple tlv)
          Method used to receive notification that a tag was decoded.
 
Methods inherited from interface org.apache.asn1.codec.stateful.DecoderMonitor
callbackOccured, callbackSet, error, fatalError, warning
 

Method Detail

tagDecoded

void tagDecoded(Tuple tlv)
Method used to receive notification that a tag was decoded. The following tag properties of the TLV tuple are valid at this point:

Parameters:
tlv - the TLV tuple

lengthDecoded

void lengthDecoded(Tuple tlv)
Method used to receive notification that a length was decoded. The following properties of the TLV tuple are valid at this point:

Parameters:
tlv - the TLV tuple


Copyright © 2004-2009 . All Rights Reserved.