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

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

Uses of TagOctetCollector in org.apache.asn1.ber
 

Fields in org.apache.asn1.ber declared as TagOctetCollector
private  TagOctetCollector Tag.buf
          buffer backed by a Java int to collect the arriving tag octets
 

Methods in org.apache.asn1.ber with parameters of type TagOctetCollector
static int Tag.getTagId(TagOctetCollector octets)
          Gets the tag id of a TLV from the tag octets.
 



Copyright © 2004-2009 . All Rights Reserved.