Interface Segment.RecordConsumer
-
- Enclosing class:
- Segment
public static interface Segment.RecordConsumerA consumer of record data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(int number, RecordType type, int offset)Consume data about a record.
-
-
-
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.
-
-