String compressByteArray (Object contents)
String compressByteArray (Object contents)
Name | Type | Description |
---|---|---|
contents | Object | The contents to compress |
needsCompression | boolean | A boolean indicating whether any compression is needed. |
Type | Description |
---|---|
String | Compressed contents as string |