Package org.apache.avro.io

Input/output utilities.

See:
          Description

Interface Summary
DatumReader<D> Read data of a schema.
DatumWriter<D> Write data of a schema.
 

Class Summary
BinaryData Utilities for binary-encoded data.
BinaryDecoder Low-level support for de-serializing Avro values.
BinaryEncoder Low-level support for serializing Avro values.
BlockingBinaryEncoder A Encoder that writes large arrays and maps as a sequence of blocks.
Decoder Low-level support for de-serializing Avro values.
Encoder Low-level support for serializing Avro values.
JsonDecoder A Decoder for Avro's JSON data encoding.
JsonEncoder An Encoder for Avro's JSON data encoding.
ParsingDecoder Base class for parser-based Decoders.
ParsingEncoder Base class for parser-based Encoders.
ResolvingDecoder Decoder that peforms type-resolution between the reader's and writer's schemas.
ValidatingDecoder An implementation of Decoder that ensures that the sequence of operations conforms to a schema.
ValidatingEncoder An implementation of Encoder that ensures that the sequence of operations conforms to a schema.
 

Package org.apache.avro.io Description

Input/output utilities.



Copyright © 2009 The Apache Software Foundation