ZlibInflate(Byte, Int32) Method |
Inflate compressed data using the ZLIB algorithm [superseded].
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static byte[] Inflate(
byte[] data,
int lenUncompressed
)
Public Shared Function Inflate (
data As Byte(),
lenUncompressed As Integer
) As Byte()
Parameters
- data Byte
- Data to be uncompressed
- lenUncompressed Int32
- Length of uncompressed data
Return Value
ByteUncompressed data
Remarks
See Also