Buffer.decompress() - Mtax-Development/GML-OOP GitHub Wiki

Argument

Name
Type
Optional
replace?
Yes

Returns

{Buffer} | On error: {undefined}

Description

Use the zlib compression to create a copy of this Buffer with entirety of its data decompressed. A decompressed Buffer will be returned. If this Buffer was replaced by it, self will be returned for this. Otherwise it will be a new, separate Buffer.

⚠️ **GitHub.com Fallback** ⚠️