Uses of Class
org.freehep.util.io.Tag

Uses of Tag in org.freehep.util.io
 

Subclasses of Tag in org.freehep.util.io
 class UndefinedTag
          Tag to hold the data for an Undefined Tag for the TaggedIn/OutputStreams.
 

Fields in org.freehep.util.io declared as Tag
protected  Tag TagSet.defaultTag
          The default tag handler.
 

Methods in org.freehep.util.io that return Tag
 Tag TagSet.get(int tagID)
          Find tag for tagID.
 Tag IncompleteTagException.getTag()
           
abstract  Tag Tag.read(int tagID, TaggedInputStream input, int len)
          This reads the information from the given input and returns a new Tag
 Tag UndefinedTag.read(int tagID, TaggedInputStream input, int len)
           
 Tag TaggedInputStream.readTag()
          Read a tag.
 

Methods in org.freehep.util.io with parameters of type Tag
 void TaggedInputStream.addTag(Tag tag)
          Add tag to tagset
 void TagSet.addTag(Tag tag)
          Add a new tag to this set.
protected  TagHeader TaggedOutputStream.createTagHeader(Tag tag, long len)
          Returns newly created TagHeader.
 void TaggedOutputStream.writeTag(Tag tag)
           
 void TaggedOutput.writeTag(Tag tag)
          Write a tag.
 

Constructors in org.freehep.util.io with parameters of type Tag
IncompleteTagException(Tag tag, byte[] rest)
          Creates an Incomplete Tag Exception
 



Copyright © 2012. All Rights Reserved.