public static class ICompressor.WrappedArray
extends java.lang.Object
A simple wrapper of a byte array.
Not all implementation allows to know what is the maximum size after
compression. This make it hard to size the ouput buffer for compress
(and we want to reuse the buffer). Instead we use this wrapped buffer
so that compress can have the liberty to resize underlying array if
need be.