Compressor.Decompress Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Decompress(Byte[])
Decompress byte data to a string.
Declaration
public static string Decompress(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | data | Data to decompress. |
Returns
Type | Description |
---|---|
String | Decompressed string |
Decompress(Byte[], Encoding)
Decompress byte data to a string.
Declaration
public static string Decompress(byte[] data, Encoding dataCharSet)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | data | Byte data to decompress. |
Encoding | dataCharSet | Encoding of the output string. |
Returns
Type | Description |
---|---|
String | Decompressed string. |