constants group ZipConstants in module com::sun::star::packages::

(Global Index)

Syntax

constants group ZipConstants;

Description

defines the constants used by the ZIP interfaces.

Constants Summary

DEFLATED

NO_COMPRESSION

BEST_SPEED

BEST_COMPRESSION

DEFAULT_COMPRESSION

FILTERED

HUFFMAN_ONLY

DEFAULT_STRATEGY

STORED

DEF_MEM_LEVEL

LOCSIG

EXTSIG

CENSIG

ENDSIG

LOCHDR

EXTHDR

CENHDR

ENDHDR

LOCVER

LOCFLG

LOCHOW

LOCTIM

LOCCRC

LOCSIZ

LOCLEN

LOCNAM

LOCEXT

EXTCRC

EXTSIZ

EXTLEN

CENVEM

CENVER

CENFLG

CENHOW

CENTIM

CENDAT

CENCRC

CENSIZ

CENLEN

CENNAM

CENEXT

CENCOM

CENDSK

CENATT

CENATX

CENOFF

ENDSUB

ENDTOT

ENDSIZ

ENDOFF

ENDCOM

Field Details



DEFLATED

Syntax

const short  DEFLATED = 8;

NO_COMPRESSION

Syntax

const short  NO_COMPRESSION = 0;

BEST_SPEED

Syntax

const short  BEST_SPEED = 1;

BEST_COMPRESSION

Syntax

const short  BEST_COMPRESSION = 9;

DEFAULT_COMPRESSION

Syntax

const short  DEFAULT_COMPRESSION = -1;

FILTERED

Syntax

const short  FILTERED = 1;

HUFFMAN_ONLY

Syntax

const short  HUFFMAN_ONLY = 2;

DEFAULT_STRATEGY

Syntax

const short  DEFAULT_STRATEGY = 0;

STORED

Syntax

const short  STORED = 0;

DEF_MEM_LEVEL

Syntax

const short  DEF_MEM_LEVEL = 8;

LOCSIG

Syntax

const long  LOCSIG = 0x04034b50;

EXTSIG

Syntax

const long  EXTSIG = 0x08074b50;

CENSIG

Syntax

const long  CENSIG = 0x02014b50;

ENDSIG

Syntax

const long  ENDSIG = 0x06054b50;

LOCHDR

Syntax

const short  LOCHDR = 30;

EXTHDR

Syntax

const short  EXTHDR = 16;

CENHDR

Syntax

const short  CENHDR = 46;

ENDHDR

Syntax

const short  ENDHDR = 22;

LOCVER

Syntax

const short  LOCVER = 4;

LOCFLG

Syntax

const short  LOCFLG = 6;

LOCHOW

Syntax

const short  LOCHOW = 8;

LOCTIM

Syntax

const short  LOCTIM = 10;

LOCCRC

Syntax

const short  LOCCRC = 14;

LOCSIZ

Syntax

const short  LOCSIZ = 18;

LOCLEN

Syntax

const short  LOCLEN = 22;

LOCNAM

Syntax

const short  LOCNAM = 26;

LOCEXT

Syntax

const short  LOCEXT = 28;

EXTCRC

Syntax

const short  EXTCRC = 4;

EXTSIZ

Syntax

const short  EXTSIZ = 8;

EXTLEN

Syntax

const short  EXTLEN = 12;

CENVEM

Syntax

const short  CENVEM = 4;

CENVER

Syntax

const short  CENVER = 6;

CENFLG

Syntax

const short  CENFLG = 8;

CENHOW

Syntax

const short  CENHOW = 10;

CENTIM

Syntax

const short  CENTIM = 12;

CENDAT

Syntax

const short  CENDAT = 14;

CENCRC

Syntax

const short  CENCRC = 16;

CENSIZ

Syntax

const short  CENSIZ = 20;

CENLEN

Syntax

const short  CENLEN = 24;

CENNAM

Syntax

const short  CENNAM = 28;

CENEXT

Syntax

const short  CENEXT = 30;

CENCOM

Syntax

const short  CENCOM = 32;

CENDSK

Syntax

const short  CENDSK = 34;

CENATT

Syntax

const short  CENATT = 36;

CENATX

Syntax

const short  CENATX = 38;

CENOFF

Syntax

const short  CENOFF = 42;

ENDSUB

Syntax

const short  ENDSUB = 8;

ENDTOT

Syntax

const short  ENDTOT = 10;

ENDSIZ

Syntax

const short  ENDSIZ = 12;

ENDOFF

Syntax

const short  ENDOFF = 16;

ENDCOM

Syntax

const short  ENDCOM = 20;
Top of Page