Uses of Class
org.apache.avro.io.DecoderFactory
-
Uses of DecoderFactory in org.apache.avro.io
Modifier and TypeMethodDescriptionDecoderFactory.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.static DecoderFactory
DecoderFactory.get()
Returns an immutable static DecoderFactory configured with default settings All mutating methods throw IllegalArgumentExceptions.
get()
instead