Class RowBasedFrameWriter

  • All Implemented Interfaces:
    Closeable, AutoCloseable, FrameWriter

    public class RowBasedFrameWriter
    extends Object
    implements FrameWriter
    Write row-based frames: type FrameType.ROW_BASED. Row-based frames have two regions: an offset region and data region. The offset region has one integer per row containing the ending position of each row within the data region. The data region has each row laid out back to back. Each row has a header section with one int per field, containing the end position of that field relative to the start of the row. This header is followed by the fields.