| Package | Description | 
|---|---|
| org.apache.avro.io | 
 Utilities for Encoding and Decoding Avro data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DecoderFactory | 
DecoderFactory.configureDecoderBufferSize(int size)
Configures this factory to use the specified buffer size when creating
 Decoder instances that buffer their input. 
 | 
static DecoderFactory | 
DecoderFactory.defaultFactory()
Deprecated. 
 
use the equivalent  
get() instead | 
static DecoderFactory | 
DecoderFactory.get()
Returns an immutable static DecoderFactory configured with default settings
 All mutating methods throw IllegalArgumentExceptions. 
 | 
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.