org.freehep.util.io
Class TagHeader
java.lang.Object
org.freehep.util.io.TagHeader
- public class TagHeader
- extends Object
Keeps the tagID and Length of a specific tag. To be used in the InputStream
to return the tagID and Length, and in the OutputStream to write them.
- Version:
- $Id: TagHeader.java,v 1.3 2001/11/01 08:06:14 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- TagHeader.java
Constructor Summary |
TagHeader(int tagID,
long length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagHeader
public TagHeader(int tagID,
long length)
setTag
public void setTag(int tagID)
getTag
public int getTag()
setLength
public void setLength(long length)
getLength
public long getLength()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.