|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecoderFactory | |
|---|---|
| org.apache.avro.io | Input/output utilities. |
| Uses of DecoderFactory in org.apache.avro.io |
|---|
| Methods in org.apache.avro.io that return DecoderFactory | |
|---|---|
DecoderFactory |
DecoderFactory.configureDecoderBufferSize(int size)
Configures this factory to use the specified buffer size when creating Decoder instances that buffer their input. |
DecoderFactory |
DecoderFactory.configureDirectDecoder(boolean useDirect)
Configures this factory to create "direct" BinaryDecoder instances when applicable. |
static DecoderFactory |
DecoderFactory.defaultFactory()
Returns an immutable static DecoderFactory configured with default settings All mutating methods throw IllegalArgumentExceptions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||