Package org.jlab.io.evio
Class EvioDataBank
java.lang.Object
org.jlab.io.base.BasicDataBank
org.jlab.io.evio.EvioDataBank
- All Implemented Interfaces:
DataBank
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
allocate
(int rows) Allocates all variables for the the bank. the names are taken from the descriptor object.Methods inherited from class org.jlab.io.base.BasicDataBank
appendByte, appendDouble, appendFloat, appendInt, appendLong, appendShort, columns, getByte, getByte, getColumnList, getDescriptor, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getTableModel, reset, rows, setByte, setByte, setDouble, setDouble, setFloat, setFloat, setInt, setInt, setLong, setLong, setShort, setShort, show
-
Constructor Details
-
EvioDataBank
-
-
Method Details
-
allocate
public void allocate(int rows) Description copied from interface:DataBank
Allocates all variables for the the bank. the names are taken from the descriptor object.- Specified by:
allocate
in interfaceDataBank
- Overrides:
allocate
in classBasicDataBank
- Parameters:
rows
- number of rows for each column to allocate
-