RMS.Util.needsCompression()

Signature

boolean needsCompression(Object contents)

Domain

Description

Returns a boolean on whether the contents needs compression

Parameters

NameTypeDescription
contentsObjectThe contents to compress

Returns

TypeDescription
booleanwhether compression is needed or not

Cautions

none