Interface BERTLVFormatMapper
- All Known Implementing Classes:
DefaultICCBERTLVFormatMapper
public interface BERTLVFormatMapper
Maps BER-TLV tag values to their wire format (ASCII hex, binary, EBCDIC hex, etc.).
-
Method Summary
Modifier and TypeMethodDescriptionReturns the data format for the given BER-TLV tag.
-
Method Details
-
getFormat
Returns the data format for the given BER-TLV tag.- Parameters:
tagNumber- the numeric tag identifier- Returns:
- the data format for the tag
- Throws:
ISOException- if the tag is unknown or invalid
-