FreeHEP API
Version current

org.freehep.util.io
Class ActionHeader

java.lang.Object
  extended byorg.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)
           
 
Method Summary
 int getAction()
           
 long getLength()
           
 void setAction(int actionCode)
           
 void setLength(long length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionHeader

public ActionHeader(int actionCode,
                    long length)
Method Detail

setAction

public void setAction(int actionCode)

getAction

public int getAction()

setLength

public void setLength(long length)

getLength

public long getLength()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.