org.freehep.util.io
Class TagHeader
- java.lang.Object
-
- org.freehep.util.io.TagHeader
-
public class TagHeader extends java.lang.ObjectKeeps 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.
-
-
Constructor Summary
Constructors Constructor and Description TagHeader(int tagID, long length)Creates a tag header
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description longgetLength()intgetTag()voidsetLength(long length)Sets the length of the tagvoidsetTag(int tagID)Sets the tag id
-
DMelt 3.0 © DataMelt by jWork.ORG