Uses of Class
com.objsys.asn1j.runtime.Asn1PerBitField

Uses of Asn1PerBitField in com.objsys.asn1j.runtime
 

Methods in com.objsys.asn1j.runtime that return Asn1PerBitField
 Asn1PerBitField Asn1PerBitFieldList.getCurrBitField()
          This method returns a reference to the current bit field object (i.e. the one that was last created).
 Asn1PerBitField Asn1PerBitFieldList.newBitField(java.lang.String nameSuffix, int bitOffset, int bitCount)
          This method creates a new bit field object with the given properties and appends it to the bit field list.