Class RowReader


  • public class RowReader
    extends Object
    Class for reading rows in the same format as used by FrameType.ROW_BASED. Stateless and immutable. Row format: - 4 bytes * rowLength: field *end* pointers (exclusive), relative to the start of the row, little-endian ints - N bytes * rowLength: fields written by FieldWriter implementations.