(EriFormat): implemented huffman decompression.

This commit is contained in:
morkt
2015-05-28 13:11:48 +04:00
parent 68493ede0f
commit 5d2d620153
2 changed files with 495 additions and 43 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.5.53")]
[assembly: AssemblyFileVersion ("1.0.5.53")]
[assembly: AssemblyVersion ("1.0.5.54")]
[assembly: AssemblyFileVersion ("1.0.5.54")]