Package org.apache.flink.formats.avro.utils
package org.apache.flink.formats.avro.utils
-
ClassesClassDescriptionUtilities for integrating Avro serializers in Kryo.Slow serialization approach for Avro schemas.A
Decoderthat reads from aDataInput.AnEncoderthat writes data to aDataOutput.Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache licensed as well).An extension of the ByteArrayInputStream that allows to change a buffer that should be read without creating a new ByteArrayInputStream instance.