Beispiel #1
0
 public static byte[] Decompress(this byte[] self, int uncompressedSize)
 {
     return(ZLib.Uncompress(self, uncompressedSize));
 }