|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidatingDecoder | |
|---|---|
| org.apache.avro.io | Utilities for Encoding and Decoding Avro data. |
| Uses of ValidatingDecoder in org.apache.avro.io |
|---|
| Subclasses of ValidatingDecoder in org.apache.avro.io | |
|---|---|
class |
ResolvingDecoder
Decoder that performs type-resolution between the reader's and
writer's schemas. |
| Methods in org.apache.avro.io that return ValidatingDecoder | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||