Modifier and Type | Class and Description |
---|---|
static class |
Action.Unknown
Used for not recognized actions.
|
Modifier and Type | Field and Description |
---|---|
protected Action |
ActionSet.defaultAction |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Action> |
ActionSet.actions
This holds the individual actions.
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionSet.get(int actionCode)
Looks up the corresponding action for an action code.
|
Action |
IncompleteActionException.getAction() |
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) |
Action |
TaggedInputStream.readAction()
Reads action.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionSet.addAction(Action action)
Adds an action to the set
|
void |
TaggedInputStream.addAction(Action action)
Add action to action set.
|
void |
TaggedOutputStream.writeAction(Action action)
Write action.
|
Constructor and Description |
---|
IncompleteActionException(Action action,
byte[] rest)
Creates an Incomplete Action Exception
|
Copyright © 2016. All rights reserved.