UtilitiesDeflaterExpand Method (Byte, Boolean) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] DeflaterExpand(
byte[] compressedData,
bool bThrowErrors
)
Public Shared Function DeflaterExpand (
compressedData As Byte(),
bThrowErrors As Boolean
) As Byte()
public:
static array<unsigned char>^ DeflaterExpand(
array<unsigned char>^ compressedData,
bool bThrowErrors
)
Parameters
- compressedData
- Type: SystemByte
- bThrowErrors
- Type: SystemBoolean
Return Value
Type:
ByteSee Also