Package org.apache.avro.file
package org.apache.avro.file
A container file for Avro data.
-
ClassDescriptionImplements bzip2 compression and decompression.Interface for Avro-supported compression codecs for data files.Encapsulates the ability to specify and configure a compression codec.Constants used in data files.Random access to files written with
DataFileWriter
.Read files written by Avro version 1.2.Streaming access to files written byDataFileWriter
.A handle that can be used to reopen a DataFile without re-reading the header of the stream.Stores in a file a sequence of data conforming to a schema.Thrown byDataFileWriter.append(Object)
when an exception occurs while writing a datum to the buffer.Implements DEFLATE (RFC1951) compression and decompression.FileReader<D>Interface for reading data from a file.ASeekableInput
backed with data in a byte array.AFileInputStream
that implementsSeekableInput
.An InputStream that supports seek and tell.Implements Snappy compression and decompression.An implementation of Syncable which writes to a file.Implements xz compression and decompression.