Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

Binary.compress() - Available since version 1.3.28

zlib "deflate" current contents of the Binary object.

Syntax

void = Binary.compress()

Parameters

The 'Binary.compress' method takes no parameters

Results

The 'Binary.compress' method returns no useful information.

Remarks

This method takes the contents of the object and compresses it using a zlib wrapper documented in RFC 1950, wrapped around a deflate stream, which is itself documented in RFC 1951.

Binary.unCompress() can be used to reverse this process.

Whitebeam release 1.3.36
(loadtime : 13ms)