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
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.
ResolvingDecoder Decoder that peforms type-resolution between the reader's and writer's schemas.
ValidatingDecoder Decoder that ensures that the sequence of operations conforms to a schema.
ValidatingEncoder 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