public class ColumnMap extends Object
Modifier and Type | Field and Description |
---|---|
private Column |
col |
private int |
rowCount |
private RandomAccessInputStream |
stream |
private ArrayList |
values |
Constructor and Description |
---|
ColumnMap(Column col,
RandomAccessInputStream stream,
int rowCount) |
Modifier and Type | Method and Description |
---|---|
ArrayList |
getValueList()
Return the list of values in this map's column.
|
Object[] |
getValues()
Return an array of the values in this map's column.
|
boolean |
isFixedMap()
Return whether or not this map represents a fixed-type column.
|
private int |
readBits(int nBytes,
int bits,
int index) |
private Object |
readElement(int vectorSize,
int index) |
private void |
setup() |
private ArrayList values
private Column col
private RandomAccessInputStream stream
private int rowCount
public ColumnMap(Column col, RandomAccessInputStream stream, int rowCount)
public ArrayList getValueList()
public Object[] getValues()
public boolean isFixedMap()
private void setup() throws IOException
IOException
private Object readElement(int vectorSize, int index) throws IOException
IOException
private int readBits(int nBytes, int bits, int index) throws IOException
IOException
Copyright © 2015 Open Microscopy Environment