This interface is the source of data for the rate allocator. See the /// 'PostCompRateAllocator' class.
/// ///For each coded-code-block the entropy-coded data is returned along with /// the rate-distortion statistics in a 'CBlkRateDistStats' object.
/// ///When changing the current tile (through 'setTile()' or 'nextTile()') /// this method will always return the first code-block, as if this method /// was never called before for the new current tile.
/// ///The data returned by this method is always a copy of the internal /// data of this object, if any, and it can be modified "in place" without /// any problems after being returned.
/// ///