|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Action in org.freehep.util.io |
---|
Subclasses of Action in org.freehep.util.io | |
---|---|
static class |
Action.Unknown
Used for not recognized actions. |
Fields in org.freehep.util.io declared as Action | |
---|---|
protected Action |
ActionSet.defaultAction
|
Methods in org.freehep.util.io that return Action | |
---|---|
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. |
Methods in org.freehep.util.io with parameters of type Action | |
---|---|
void |
TaggedInputStream.addAction(Action action)
Add action to action set. |
void |
ActionSet.addAction(Action action)
Adds an action to the set |
void |
TaggedOutputStream.writeAction(Action action)
Write action. |
Constructors in org.freehep.util.io with parameters of type Action | |
---|---|
IncompleteActionException(Action action,
byte[] rest)
Creates an Incomplete Action Exception |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |