TheCommonUtils..::..cdeDecompressToString Method (array<Byte>[]()[][], Int32, Int32)
Decompress data from a portion of a byte array to a string.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- sourceArray
- Type: array<Byte>[]()[][]
The input byte array.
- index
- Type: Int32
Index of the first elements of the array to decompress.
- count
- Type: Int32
Number of bytes to decompress.