Utilitiesbzip2Compress Method |
Compress a byte[] using the bzip2 algorithm
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] bzip2Compress(
byte[] writeData
)
Public Shared Function bzip2Compress (
writeData As Byte()
) As Byte()
public:
static array<unsigned char>^ bzip2Compress(
array<unsigned char>^ writeData
)
Parameters
- writeData
- Type: SystemByte
Array to compress
Return Value
Type:
Bytebyte[] of data compressed using bzip2
See Also