public static void ToFile(BinReader data) { WriteToFile(ToString(data.ReadBytes((int)data.Length()), (int)data.Length())); }