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

Uses of ActionSet in org.freehep.util.io
 

Fields in org.freehep.util.io declared as ActionSet
protected  ActionSet TaggedOutputStream.actionSet
          Set of actions that can be used by this Stream
protected  ActionSet TaggedInputStream.actionSet
          Set of actions that can be used by this Stream
 

Constructors in org.freehep.util.io with parameters of type ActionSet
TaggedInputStream(InputStream in, TagSet tagSet, ActionSet actionSet)
          Creates a Tagged Input Stream
TaggedInputStream(InputStream in, TagSet tagSet, ActionSet actionSet, boolean littleEndian)
          Creates a Tagged Input Stream
TaggedOutputStream(OutputStream out, TagSet tagSet, ActionSet actionSet)
          Create a Tagged Output stream.
TaggedOutputStream(OutputStream out, TagSet tagSet, ActionSet actionSet, boolean littleEndian)
          Create a Tagged Output stream.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.