Buffer.decompress() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
replace? |
{bool} |
Yes |
{Buffer} | On error: {undefined}
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
.