public interface ColumnStore
The sequence of calls must be as follows:
acceptCell(java.lang.Object)
endCells()
createReader()
Modifier and Type | Method and Description |
---|---|
void |
acceptCell(Object value)
Writes a datum to this store.
|
ColumnReader |
createReader()
Returns an object that can provide random access to the
cells written to this store.
|
void |
endCells()
Signals that no more calls to
acceptCell will be made,
and that calls to createReader may be made. |
void acceptCell(Object value) throws IOException
value
- the value to addIOException
void endCells() throws IOException
acceptCell
will be made,
and that calls to createReader
may be made.IOException
ColumnReader createReader()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.