| Package | Description | 
|---|---|
| org.apache.avro.file | 
 A container file for Avro data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataFileStream.Header | 
DataFileStream.getHeader()
A handle that can be used to reopen this stream without rereading the head. 
 | 
| 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. 
 | 
| Constructor and Description | 
|---|
DataFileReader(SeekableInput sin,
              DatumReader<D> reader,
              DataFileStream.Header header)
Construct using a  
DataFileStream.Header. | 
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.