/// <summary> /// Add an IDAT Chunk to end end of existing list. /// </summary> public void AddIDATChunk(IDATChunk chunk) { idatChunks.Add(chunk); }