This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Starting with the .NET Framework 4.5, the DeflateStream class uses the zlib library. | |
https://msdn.microsoft.com/en-us/library/system.io.compression.deflatestream(v=vs.110).aspx | |
78 01 | |
78 5e | |
78 9c | |
78 da | |
Above is the typical header for zilb compressed data but does not mean it always start with 78. | |
Could be start from these numbers as well. | |
08 | |
18 | |
28 | |
38 | |
48 | |
58 | |
68 | |
78 |