Variable ChunkWriter.data

struct ChunkWriter
{
  // ...
  ubyte[] data ;
  // ...
}