public static Decompress ( uint input, uint inputLength, uint output, uint outputLength ) : bool | ||
input | uint | Reference to the data to decompress |
inputLength | uint | Length of the data to decompress |
output | uint | Reference to a buffer which will contain the decompressed data |
outputLength | uint | The size of the decompressed archive in the output buffer |
리턴 | bool |