Skip to end of banner
Go to start of banner

GZip Functions and Properties

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

compress

Description

Compresses the object in a gzip file format.

Syntax

GZip.compress()

Example

Expression: GZip.compress(abc)

Result: The file abc is a compressed file in GZip file.

decompress

Description

Decompresses a GZip file.

Syntax

GZip.decompress()

Example

Expression: GZip.decompress(abc)

Result: The file abc is decompressed.


  • No labels