Uses of Class
org.jlab.coda.jevio.EvioNode

Uses of EvioNode in org.jlab.coda.jevio
 

Fields in org.jlab.coda.jevio with type parameters of type EvioNode
 java.util.ArrayList<EvioNode> EvioCompactReader.eventNodes
          Stores info of all the (top-level) events.
 

Methods in org.jlab.coda.jevio that return EvioNode
 EvioNode EvioCompactReader.getEvent(int eventNumber)
          Get the EvioNode object associated with a particular event number.
 

Methods in org.jlab.coda.jevio that return types with arguments of type EvioNode
 java.util.List<EvioNode> EvioCompactReader.searchEvent(int eventNumber, int tag, int num)
          This method searches the specified event in a file/buffer and returns a list of objects each of which contain information about a single evio structure which matches the given tag and num.
 java.util.List<EvioNode> EvioCompactReader.searchEvent(int eventNumber, java.lang.String dictName, EvioXMLDictionary dictionary)
          This method searches the specified event in a file/buffer and returns a list of objects each of which contain information about a single evio structure which matches the given dictionary entry name.
 

Methods in org.jlab.coda.jevio with parameters of type EvioNode
 java.nio.ByteBuffer EvioCompactReader.getData(EvioNode node)
          Get the data associated with an evio structure in ByteBuffer form.
 java.nio.ByteBuffer EvioCompactReader.getData(EvioNode node, boolean copy)
          Get the data associated with an evio structure in ByteBuffer form.