Package | Description |
---|---|
org.apache.avro.file |
A container file for Avro data.
|
Modifier and Type | Class and Description |
---|---|
class |
DataFileReader<D>
Random access to files written with
DataFileWriter . |
class |
DataFileReader12<D>
Read files written by Avro version 1.2.
|
Modifier and Type | Method and Description |
---|---|
static <D> FileReader<D> |
DataFileReader.openReader(File file,
DatumReader<D> reader)
Open a reader for a file.
|
static <D> FileReader<D> |
DataFileReader.openReader(SeekableInput in,
DatumReader<D> reader)
Open a reader for a file.
|
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.