The following tables list the members exposed by ZlibConstants.
Name | 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. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |