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 addIOExceptionvoid endCells()
throws IOException
acceptCell will be made,
and that calls to createReader may be made.IOExceptionColumnReader createReader()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.