| Package | Description | 
|---|---|
| org.apache.avro.io | 
 Utilities for Encoding and Decoding Avro data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JsonDecoder | 
JsonDecoder.configure(InputStream in)
Reconfigures this JsonDecoder to use the InputStream provided. 
 | 
JsonDecoder | 
JsonDecoder.configure(String in)
Reconfigures this JsonDecoder to use the String provided for input. 
 | 
JsonDecoder | 
DecoderFactory.jsonDecoder(Schema schema,
           InputStream input)
Creates a  
JsonDecoder using the InputStrim provided for reading data
 that conforms to the Schema provided. | 
JsonDecoder | 
DecoderFactory.jsonDecoder(Schema schema,
           String input)
Creates a  
JsonDecoder using the String provided for reading data that
 conforms to the Schema provided. | 
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.