Uses of Class
org.apache.avro.file.DataFileReader
Packages that use DataFileReader
-
Uses of DataFileReader in org.apache.avro.file
Methods in org.apache.avro.file that return DataFileReaderModifier and TypeMethodDescriptionstatic <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.