Tree building

This commit is contained in:
BtbN
2019-04-15 20:00:47 +02:00
parent afcf733c39
commit 01a097d638
4 changed files with 79 additions and 38 deletions

View File

@@ -46,7 +46,7 @@ namespace eAmuseTest
else if (compress != "none")
throw new ArgumentException("Unsupported compression algorithm");
Console.WriteLine(BytesToString(rawData));
Console.WriteLine("" + ((3 - 4) % 4));
KBinXML kbinxml = new KBinXML(rawData);
}