A bunch of constants used in the Zlib interface.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public static class ZlibConstants
public static class ZlibConstants
Public NotInheritable Class ZlibConstants
Public NotInheritable Class ZlibConstants
public ref class ZlibConstants abstract sealed
public ref class ZlibConstants abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] type ZlibConstants = class end
[<AbstractClassAttribute>] [<SealedAttribute>] type ZlibConstants = class end
Members
All Members | Fields | ||||
Icon | Member | Description |
---|---|---|
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.
|
Inheritance Hierarchy
Object | |
ZlibConstants |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412