Modifier and Type | Method and Description |
---|---|
abstract Action |
Action.read(int actionCode,
TaggedInputStream input,
int length)
Read an action from the input, with given actioncode and length
|
Action |
Action.Unknown.read(int actionCode,
TaggedInputStream input,
int length) |
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) |
Copyright © 2016. All rights reserved.