Package | Description |
---|---|
org.apache.avro.io |
Utilities for Encoding and Decoding Avro data.
|
Modifier and Type | Method and Description |
---|---|
EncoderFactory |
EncoderFactory.configureBlockSize(int size)
Configures this factory to construct blocking BinaryEncoders with the
specified block buffer size.
|
EncoderFactory |
EncoderFactory.configureBufferSize(int size)
Configures this factory to use the specified buffer size when creating
Encoder instances that buffer their output.
|
static EncoderFactory |
EncoderFactory.get()
Returns an immutable static DecoderFactory with default configuration.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.