Package uicc.toolkit
Interface BERTLVViewHandler
- All Superinterfaces:
ViewHandler
- All Known Subinterfaces:
BERTLVEditHandler,EnvelopeHandler
The BERTLVViewHandler interface offers methods to retrieve information about TLVs stored in BER TLV list.
-
Method Summary
Methods inherited from interface uicc.toolkit.ViewHandler
compareValue, copy, copyValue, findAndCompareValue, findAndCompareValue, findAndCopyValue, findAndCopyValue, findTLV, getCapacity, getLength, getValueByte, getValueLength, getValueShort
-
Method Details
-
getTag
byte getTag()Returns the BER Tag of the BER TLV list- Returns:
- the tag value
-
getSize
short getSize()Returns the BER TLV size, this includes the tag and the length. The length of the TLV list can be retrieved with the ViewHandler.getLength() method.- Returns:
- the size of the BER TLV structure
-