Class ZlibConstants
Inheritance
System.Object
ZlibConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Zip.Zlib
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class ZlibConstants
Fields
WindowBitsDefault
Declaration
public const int WindowBitsDefault = 15
Field Value
System.
|
WindowBitsMax
Declaration
public const int WindowBitsMax = 15
Field Value
System.
|
WorkingBufferSizeDefault
Declaration
public const int WorkingBufferSizeDefault = 8192
Field Value
System.
|
WorkingBufferSizeMin
Declaration
public const int WorkingBufferSizeMin = 128
Field Value
System.
|
Z_BUF_ERROR
Declaration
public const int Z_BUF_ERROR = -5
Field Value
System.
|
Z_DATA_ERROR
Declaration
public const int Z_DATA_ERROR = -3
Field Value
System.
|
Z_NEED_DICT
Declaration
public const int Z_NEED_DICT = 2
Field Value
System.
|
Z_OK
Declaration
public const int Z_OK = 0
Field Value
System.
|
Z_STREAM_END
Declaration
public const int Z_STREAM_END = 1
Field Value
System.
|
Z_STREAM_ERROR
Declaration
public const int Z_STREAM_ERROR = -2
Field Value
System.
|