Package org.apache.avro.file

A container file for Avro data.

See:
          Description

Interface Summary
SeekableInput An InputStream that supports seek and tell.
 

Class Summary
CodecFactory Encapsulates the ability to specify and configure a compression codec.
DataFileReader<D> Random access to files written with DataFileWriter.
DataFileStream<D> Streaming access to files written by DataFileWriter.
DataFileWriter<D> Stores in a file a sequence of data conforming to a schema.
SeekableFileInput A FileInputStream that implements SeekableInput.
 

Package org.apache.avro.file Description

A container file for Avro data.



Copyright © 2010 The Apache Software Foundation