public class RowBuffer extends Object
Constructor and Description |
---|
RowBuffer(RowMetaInterface rowMeta) |
RowBuffer(RowMetaInterface rowMeta,
List<Object[]> buffer) |
Modifier and Type | Method and Description |
---|---|
List<Object[]> |
getBuffer() |
RowMetaInterface |
getRowMeta() |
void |
setBuffer(List<Object[]> buffer) |
void |
setRowMeta(RowMetaInterface rowMeta) |
public RowBuffer(RowMetaInterface rowMeta, List<Object[]> buffer)
rowMeta
- buffer
- public RowBuffer(RowMetaInterface rowMeta)
rowMeta
- public RowMetaInterface getRowMeta()
public void setRowMeta(RowMetaInterface rowMeta)
rowMeta
- the rowMeta to set