org.apache.asn1.ber
Interface TupleEventConsumer

All Known Implementing Classes:
BEREncoder

public interface TupleEventConsumer

Experimental shared interface for both Tuple event producers and consumers.

Author:
Apache Directory Project $Rev: 157644 $

Method Summary
 void chunkedValue(Tuple tlv, java.nio.ByteBuffer chunk)
           
 void finish(Tuple tlv)
           
 void length(Tuple tlv)
           
 void tag(Tuple tlv)
           
 

Method Detail

tag

void tag(Tuple tlv)

length

void length(Tuple tlv)

chunkedValue

void chunkedValue(Tuple tlv,
                  java.nio.ByteBuffer chunk)

finish

void finish(Tuple tlv)


Copyright © 2004-2009 . All Rights Reserved.