AvroReader
The byte offset within the Avro file (both header and data)
of the start of the current block.
The index of the current object within the current block.
Constructor for an AvroReader that will read from the
beginning of an Avro file.
public AvroReader(Stream dataStream, Stream headerStream, long currentBlockOffset, long indexWithinCurrentBlock)
Constructor for an Avro Reader that will read beginning
in the middle of an Avro file.
public AvroReader()
Constructor for mocking. Do not use.