A bunch of constants used in the Zlib interface.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class ZlibConstants
public class ZlibConstants
Public Class ZlibConstants
Public Class ZlibConstants
public ref class ZlibConstants
public ref class ZlibConstants
type ZlibConstants = class end
type ZlibConstants = class end

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | ZlibConstants()()()() | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | (Inherited from Object.) |
![]() | GetHashCode()()()() | (Inherited from Object.) |
![]() | GetType()()()() | (Inherited from Object.) |
![]() | MemberwiseClone()()()() | (Inherited from Object.) |
![]() | ToString()()()() | (Inherited from Object.) |
![]() ![]() | WindowBitsDefault |
The default number of window bits for the Deflate algorithm.
|
![]() ![]() | WindowBitsMax |
The maximum number of window bits for the Deflate algorithm.
|
![]() ![]() | WorkingBufferSizeDefault |
The size of the working buffer used in the ZlibCodec class. Defaults to 8192 bytes.
|
![]() ![]() | WorkingBufferSizeMin |
The minimum size of the working buffer used in the ZlibCodec class. Currently it is 128 bytes.
|
![]() ![]() | Z_BUF_ERROR |
There was an error with the working buffer.
|
![]() ![]() | Z_DATA_ERROR |
There was an error with the data - not enough data, bad data, etc.
|
![]() ![]() | Z_NEED_DICT |
The operation ended in need of a dictionary.
|
![]() ![]() | Z_OK |
indicates everything is A-OK
|
![]() ![]() | Z_STREAM_END |
Indicates that the last operation reached the end of the stream.
|
![]() ![]() | Z_STREAM_ERROR |
There was an error with the stream - not enough data, not open and readable, etc.
|

Object | |
![]() | ZlibConstants |
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214