private void ProcessRawData(GenericFile file) { for (int i = 0; i < file.Length; i++) { Bits.AppendByte(file.Read(i)); } }