ZLibCompressLevels

          Enum 
          Member of  ScriptUtils Use ZLibCompressLevels object 

Description
Compression levels for the zlib class. Accepts values between 1 and 9.
Values
clDefaultCompression = &HFFFFFFFF-1  Default compression
clNoCompression = &H0 No compression, only store
clBestSpeed = &H1 Best speed
clBestCompression = &H9 Best compression
Includes  
'ZLibCompressLevels - begin
Public Const clDefaultCompression = &HFFFFFFFF 'Default compression
Public Const clNoCompression = &H0 'No compression, only store
Public Const clBestSpeed = &H1 'Best speed
Public Const clBestCompression = &H9 'Best compression
'ZLibCompressLevels - end
'ZLibCompressLevels - begin
Public Const clDefaultCompression As Long = &HFFFFFFFF 'Default compression
Public Const clNoCompression As Long = &H0 'No compression, only store
Public Const clBestSpeed As Long = &H1 'Best speed
Public Const clBestCompression As Long = &H9 'Best compression
'ZLibCompressLevels - end
Public Enum ZLibCompressLevels
  clDefaultCompression = &HFFFFFFFF 'Default compression
  clNoCompression = &H0 'No compression, only store
  clBestSpeed = &H1 'Best speed
  clBestCompression = &H9 'Best compression
End Enum 'ZLibCompressLevels
//ZLibCompressLevels - begin
var clDefaultCompression = 0xFFFFFFFF; //Default compression
var clNoCompression = 0x0; //No compression, only store
var clBestSpeed = 0x1; //Best speed
var clBestCompression = 0x9; //Best compression
//ZLibCompressLevels - end
// ZLibCompressLevels
typedef [helpstring("Compression levels for the zlib class. 
Accepts values between 1 and 9.")]
enum ZLibCompressLevels{
	[helpstring("Default compression")]
		clDefaultCompression = 0xFFFFFFFF,
	[helpstring("No compression, only store")]
		clNoCompression = 0x0,
	[helpstring("Best speed")]
		clBestSpeed = 0x1,
	[helpstring("Best compression")]
		clBestCompression = 0x9
} ZLibCompressLevels;
Used in
  Other links for ZLibCompressLevels class
ScriptUtilities and Huge ASP file upload classes
      Easy to use, hi-performance ASP file upload component with progress bar indicator. Let's you upload multiple files with size up to 2GB to a disk or database along with another form fields. Works with large posts, any character set (including unicode utf-8). Contains one-click multiple files/folders download with on-the-fly compression (Using BinaryWrite/BinaryRead).
      Hi-performance text file logging for ASP/VBScript/VBA applications. Lets you create daily/weekly/monthly log files with variable number of logged values and extra timing and performance info.
       Lets you work with safearray binary data in VBS/JS. It also enables conversion between binary and String data using several code pages. ZLib compress and uncompress functions. Lets you transfer files using compressed stream from a client to server using IE.
      This library also enables calling of some Kernel and Advapi functions (performance, timing, sleep, configuration ...) and enables native work with INI files.


© 1996 – 2005 Motobit Software, help{at}pstruh.cz, help v. 2.16.14