ZlibConstants Class

DotNetZip

Ionic Zip Library v1.9.1.6 ZlibConstants Class
ReferenceIonic.ZlibZlibConstants
A bunch of constants used in the Zlib interface.
Declaration Syntax
C# Visual Basic Visual C++
public static class ZlibConstants
Public NotInheritable Class ZlibConstants
public ref class ZlibConstants abstract sealed
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: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)