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 TypeMethodDescriptionvoidallocate(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:DataBankAllocates all variables for the the bank. the names are taken from the descriptor object.- Specified by:
allocatein interfaceDataBank- Overrides:
allocatein classBasicDataBank- Parameters:
rows- number of rows for each column to allocate
-