Interface Segment.RecordConsumer

  • Enclosing class:
    Segment

    public static interface Segment.RecordConsumer
    A consumer of record data.
    • Method Detail

      • consume

        void consume​(int number,
                     RecordType type,
                     int offset)
        Consume data about a record.
        Parameters:
        number - the record number.
        type - the record type.
        offset - the offset where the record is stored.