Package org.jlab.io.stream
Class EvioInputStream
java.lang.Object
org.jlab.io.stream.EvioInputStream
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
byte[]
getByte
(int tag, int num) double[]
getDouble
(int tag, int num) int
int[]
getInt
(int tag, int num) getKeys()
org.jlab.coda.jevio.EvioNode
getNodeFromTree
(int tag, int num, org.jlab.coda.jevio.DataType type) getObjectFromNode
(org.jlab.coda.jevio.EvioNode root) getObjectTree
(int event) void
void
readEvent
(int event)
-
Constructor Details
-
EvioInputStream
public EvioInputStream()
-
-
Method Details
-
open
-
getKeys
-
getEntries
public int getEntries() -
getObjectFromNode
-
getObjectTree
-
getObjectTree
-
close
public void close() -
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)
-