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.
 

Fields in org.freehep.util.io with type parameters of type Tag
protected  Map<Integer,Tag> TagSet.tags
          This holds the individual tags.
 

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

Methods in org.freehep.util.io with parameters of type Tag
 void TagSet.addTag(Tag tag)
          Add a new tag to this set.
 void TaggedInputStream.addTag(Tag tag)
          Add tag to tagset
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.