public class GenericTagSequence extends TagSequenceBase
Modifier | Constructor and Description |
---|---|
|
GenericTagSequence() |
protected |
GenericTagSequence(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected TagValue |
createBinaryTagValuePair(java.lang.String tag,
byte[] value) |
protected TagValue |
createLiteralTagValuePair(java.lang.String tag,
java.lang.String value) |
protected TagSequence |
createTagValueSequence(java.lang.String tag) |
add, get, getAll, getChildren, getFirst, getOrderedList, getTag, getValue, hasTag, isComposite, readFrom, writeTo
public GenericTagSequence()
protected GenericTagSequence(java.lang.String tag)
protected TagSequence createTagValueSequence(java.lang.String tag)
createTagValueSequence
in class TagSequenceBase
protected TagValue createLiteralTagValuePair(java.lang.String tag, java.lang.String value) throws ISOException
createLiteralTagValuePair
in class TagSequenceBase
ISOException
protected TagValue createBinaryTagValuePair(java.lang.String tag, byte[] value) throws ISOException
createBinaryTagValuePair
in class TagSequenceBase
ISOException