![]() |
VOOZH | about |
The zlib.inflateSync() method is an inbuilt application programming interface of the Zlib module which is used to decompress a chunk of data with Inflate.
Syntax:
zlib.inflateSync( buffer, options )
Parameters: This method accepts two parameters as mentioned above and described below:
Return Value: It returns the chunk of data with Inflate.
The below examples illustrate the use of zlib.inflateSync() method in Node.js:
Example 1:
Output:
GeeksforGeeks
Example 2:
Output:
R2Vla3Nmb3JHZWVrcw==
Reference: https://nodejs.org/api/zlib.html#zlib_zlib_inflatesync_buffer_options