public ChunkRaw createEmptyChunk(int len, bool alloc) { ChunkRaw c = new ChunkRaw(len, ChunkHelper.ToBytes(Id), alloc); return(c); }