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.rawCompress() - Available since version 1.3.28

zlib "deflate" current contents of the Binary object. Do not use any headers to identify the stream.

Syntax

void = Binary.rawCompress()

Parameters

The 'Binary.rawCompress' method takes no parameters

Results

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

Remarks

This method takes the contents of the object and compresses it to a deflate stream, which is documented in RFC 1951.

Only Binary.rawUncompress() can be used to reverse this process.

Whitebeam release 1.3.36
(loadtime : 10ms)