Variable ChunkReader.data

struct ChunkReader
{
  // ...
  const(ubyte[]) data ;
  // ...
}