Modifier and Type | Class and Description |
---|---|
class |
UndefinedTag
Tag to hold the data for an Undefined Tag for the TaggedIn/OutputStreams.
|
Modifier and Type | Field and Description |
---|---|
protected Tag |
TagSet.defaultTag
The default tag handler.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Tag> |
TagSet.tags
This holds the individual tags.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagSet.get(int tagID)
Find tag for tagID.
|
Tag |
IncompleteTagException.getTag() |
abstract Tag |
Tag.read(int tagID,
TaggedInputStream input,
int len)
This reads the information from the given input and returns a new Tag
|
Tag |
UndefinedTag.read(int tagID,
TaggedInputStream input,
int len) |
Tag |
TaggedInputStream.readTag()
Read a tag.
|
Modifier and Type | Method and Description |
---|---|
void |
TagSet.addTag(Tag tag)
Add a new tag to this set.
|
void |
TaggedInputStream.addTag(Tag tag)
Add tag to tagset
|
protected TagHeader |
TaggedOutputStream.createTagHeader(Tag tag,
long len)
Returns newly created TagHeader.
|
void |
TaggedOutput.writeTag(Tag tag)
Write a tag.
|
void |
TaggedOutputStream.writeTag(Tag tag) |
Constructor and Description |
---|
IncompleteTagException(Tag tag,
byte[] rest)
Creates an Incomplete Tag Exception
|
Copyright © 2016. All rights reserved.