Utilitiesbzip2Expand Method (Byte, Boolean) |
Decompress an array compressed using bzip2
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] bzip2Expand(
byte[] compressedData,
bool bThrowErrors
)
Public Shared Function bzip2Expand (
compressedData As Byte(),
bThrowErrors As Boolean
) As Byte()
public:
static array<unsigned char>^ bzip2Expand(
array<unsigned char>^ compressedData,
bool bThrowErrors
)
Parameters
- compressedData
- Type: SystemByte
The array to expand - bThrowErrors
- Type: SystemBoolean
Return Value
Type:
Bytebyte[] of decompressed data
See Also