Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  SYNTAX:
 
xpxCompressFile(uncompressedFile , compressedFile : STRING;                 tradeOff                          : INTEGER;
                VAR rate                          : REAL)                 status                            : INTEGER;
 
To be completed.
 
The xpxCompressFile function uses gzip

Code Block
languagecpp
themeConfluence
FUNCTION xpxCompressFile(uncompressedFile : STRING;
                         compressedFile   : STRING;
                         tradeOff         : INTEGER;
                         VAR rate         : REAL) 
                         status           : INTEGER;

Use this function  to compress a file on the file system..
The argument <uncompressedFile>

Arguments

...

TypeNameComment
STRINGuncompressedFilespecifies the name of the file to be compressed.

...

STRINGcompressedFilespecifies the name of the resulting compressed file.
INTEGERtradeOff

...

argument specifies integer number between 1 and 9. Optimizes on speed and compression rate respectively.

...

REALrateargument returns the compression rate.

...

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"