IdeaBlade DevForce 2010 Help Reference
WindowBits Field
See Also  Send Feedback
IdeaBlade.Core Assembly > Ionic.Zlib Namespace > ZlibCodec Class : WindowBits Field



The number of Window Bits to use.

Syntax

Visual Basic (Declaration) 
Public WindowBits As Integer
Visual Basic (Usage)Copy Code
Dim instance As ZlibCodec
Dim value As Integer
 
value = instance.WindowBits
 
instance.WindowBits = value
C# 
public int WindowBits
C++/CLI 
public:
int WindowBits

Remarks

This gauges the size of the sliding window, and hence the compression effectiveness as well as memory consumption. It's best to just leave this setting alone if you don't know what it is. The maximum value is 15 bits, which implies a 32k window.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.