Class EvioInputStream

java.lang.Object
org.jlab.io.stream.EvioInputStream

public class EvioInputStream extends Object
Author:
gavalian
  • Constructor Details

    • EvioInputStream

      public EvioInputStream()
  • Method Details

    • open

      public void open(String filename)
    • getKeys

      public Map<Integer,String> getKeys()
    • getEntries

      public int getEntries()
    • getObjectFromNode

      public TreeMap<Integer,Object> getObjectFromNode(org.jlab.coda.jevio.EvioNode root)
    • getObjectTree

      public TreeMap<Integer,Object> getObjectTree(int event)
    • getObjectTree

      public ArrayList<TreeMap<Integer,Object>> getObjectTree()
    • close

      public void close()
    • getContainerTags

      public ArrayList<Integer> getContainerTags()
    • readEvent

      public void readEvent(int event)
    • getNodeFromTree

      public org.jlab.coda.jevio.EvioNode getNodeFromTree(int tag, int num, org.jlab.coda.jevio.DataType type)
    • getByte

      public byte[] getByte(int tag, int num)
    • getDouble

      public double[] getDouble(int tag, int num)
    • getInt

      public int[] getInt(int tag, int num)