org.freehep.util.io
Class ActionHeader
java.lang.Object
org.freehep.util.io.ActionHeader
- public class ActionHeader
- extends Object
Keeps the actionCode and Length of a specific action.
To be used in the TaggedInputStream to return the actionCode
and Length, and in the TaggedOutputStream to write them.
- Version:
- $Id: ActionHeader.java,v 1.1 2001/11/01 15:59:05 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- ActionHeader.java
Constructor Summary |
ActionHeader(int actionCode,
long length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionHeader
public ActionHeader(int actionCode,
long length)
setAction
public void setAction(int actionCode)
getAction
public int getAction()
setLength
public void setLength(long length)
getLength
public long getLength()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.