- gzip
Namespace: gzip
- Module
- Global
- Defined In
- libs/gzip.js
Public Methods
| Method | Defined By | |
|---|---|---|
| Expand unzip |
unzip (input:Integer[])
:
String
<static>
Unpack a gzipped byte array
Arguments
Returns
|
gzip |
| Expand unzipAsArray |
unzipAsArray (input:Integer[],bytes:Integer)
:
Integer[]
<static>
Unpack a gzipped byte array
Arguments
Returns
|
gzip |
| Expand unzipBase64 |
unzipBase64 (input:String)
:
String
<static>
Unpack a gzipped byte string encoded as base64
|
gzip |
| Expand unzipBase64AsArray |
unzipBase64AsArray (input:String,bytes:Integer)
:
Integer[]
<static>
Unpack a gzipped byte string encoded as base64
Arguments
Returns
|
gzip |
Private Members
This namespace has no private members.