Package | Description |
---|---|
org.apache.avro.io |
Utilities for Encoding and Decoding Avro data.
|
Modifier and Type | Class and Description |
---|---|
class |
ResolvingDecoder
Decoder that performs type-resolution between the reader's and
writer's schemas. |
Modifier and Type | Method and Description |
---|---|
ValidatingDecoder |
ValidatingDecoder.configure(Decoder in)
Re-initialize, reading from a new underlying Decoder.
|
ValidatingDecoder |
DecoderFactory.validatingDecoder(Schema schema,
Decoder wrapped)
Creates a
ValidatingDecoder wrapping the Decoder provided. |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.