[]
public abstract class ICCTag
Name | Description |
---|---|
ICCTag(int, byte[], int, int) | Ued by subclass initialization to store the state common to all tags |
Name | Description |
---|---|
count | size of the tag data in the array |
data | Tag data |
offset | offset to tag data in the array |
signature | Tag id |
type | Tag type |
Name | Description |
---|---|
ToString() | |
createInstance(int, byte[], int, int) | Factory method for creating a tag of a specific type. |
signatureString(int) | Create a string representation of the signature |
typeString(int) | Create a string representation of the tag type |