Class RowBuffer


  • public class RowBuffer
    extends Object
    This class contains a list of data rows as well as the RowMetaInterface to describe it.
    Author:
    matt
    • Method Detail

      • setRowMeta

        public void setRowMeta​(RowMetaInterface rowMeta)
        Parameters:
        rowMeta - the rowMeta to set
      • getBuffer

        public List<Object[]> getBuffer()
        Returns:
        the buffer
      • setBuffer

        public void setBuffer​(List<Object[]> buffer)
        Parameters:
        buffer - the buffer to set