public abstract class AbstractExpandedDecoder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private GeneralAppIdDecoder |
generalDecoder |
private BitArray |
information |
Constructor and Description |
---|
AbstractExpandedDecoder(BitArray information) |
Modifier and Type | Method and Description |
---|---|
static AbstractExpandedDecoder |
createDecoder(BitArray information) |
protected GeneralAppIdDecoder |
getGeneralDecoder() |
protected BitArray |
getInformation() |
abstract java.lang.String |
parseInformation() |
private final BitArray information
private final GeneralAppIdDecoder generalDecoder
AbstractExpandedDecoder(BitArray information)
protected final BitArray getInformation()
protected final GeneralAppIdDecoder getGeneralDecoder()
public abstract java.lang.String parseInformation() throws NotFoundException, FormatException
NotFoundException
FormatException
public static AbstractExpandedDecoder createDecoder(BitArray information)