uncompressToBinary

uncompressToBinary(): Binary;

The uncompressToBinary method of the Binary primitive type returns the uncompressed binary representation of the receiver.

This method uses the ZLIB compression routine specified in the typeAndOption parameter of the Binary primitive type compressToBinary method that was used to produce the compressed Binary value.