|
Class: ZipArchiveConstants
Object
|
+--SharedPool
|
+--ZipArchiveConstants
- Package:
- stx:libbasic2
- Category:
- System-Support-FileFormats
- Version:
- rev:
1.4
date: 2021/03/09 08:16:54
- user: cg
- file: ZipArchiveConstants.st directory: libbasic2
- module: stx stc-classLibrary: libbasic2
refactored shared constants to here
copyrightCOPYRIGHT (c) 1998,2010 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
class initialization
-
COMPRESSION_DEFLATED
-
-
COMPRESSION_STORED
-
-
initialize
-
compression methods
Usage example(s):
ZipArchiveConstants initialize
|
|