|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.freehep.util.io.Action
|
+--org.freehep.util.io.Action.Unknown
Used for not recognized actions.
| Nested Class Summary |
| Nested classes inherited from class org.freehep.util.io.Action |
Action.Unknown |
| Constructor Summary | |
Action.Unknown()
|
|
Action.Unknown(int actionCode)
|
|
| Method Summary | |
Action |
read(int actionCode,
TaggedInputStream input,
int length)
|
String |
toString()
|
void |
write(int actionCode,
TaggedOutputStream output)
|
| Methods inherited from class org.freehep.util.io.Action |
getCode, getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Action.Unknown()
public Action.Unknown(int actionCode)
| Method Detail |
public Action read(int actionCode,
TaggedInputStream input,
int length)
throws IOException
read in class ActionIOException
public void write(int actionCode,
TaggedOutputStream output)
throws IOException
write in class ActionIOExceptionpublic String toString()
toString in class Action
|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||