| Package | Description | 
|---|---|
| org.apache.avro.file | A container file for Avro data. | 
| org.apache.avro.mapreduce | 
| Modifier and Type | Method and Description | 
|---|---|
| static <D> DataFileReader<D> | DataFileReader. openReader(SeekableInput in,
          DatumReader<D> reader,
          DataFileStream.Header header,
          boolean sync)Construct a reader for a file at the current position of the input, without
 reading the header. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataFileReader<T> | AvroRecordReaderBase. createAvroFileReader(SeekableInput input,
                    DatumReader<T> datumReader)Creates an Avro container file reader from a seekable input stream. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.