decompress package:avro

Block decompression function for blocks of Avro.
Execute a Get over a chunk of bytes possibly decompressing the chunk incrementally. The API is somewhat more complex than say codecCompress to allow interleaving of decompression and binary decoding while still allowing proper error handling without resorting to async exceptions.