Package org.apache.avro.file

A container file for Avro data.

See:
          Description

Interface Summary
FileReader<D> Interface for reading data from a file.
SeekableInput An InputStream that supports seek and tell.
 

Class Summary
CodecFactory Encapsulates the ability to specify and configure a compression codec.
DataFileConstants Constants used in data files.
DataFileReader<D> Random access to files written with DataFileWriter.
DataFileReader12<D> Read files written by Avro version 1.2.
DataFileStream<D> Streaming access to files written by DataFileWriter.
DataFileStream.Header A handle that can be used to reopen a DataFile without re-reading the header of the stream.
DataFileWriter<D> Stores in a file a sequence of data conforming to a schema.
SeekableFileInput A FileInputStream that implements SeekableInput.
 

Exception Summary
DataFileWriter.AppendWriteException Thrown by DataFileWriter.append(Object) when an exception occurs while writing a datum to the buffer.
 

Package org.apache.avro.file Description

A container file for Avro data.



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.