IdeaBlade DevForce 2010 Help Reference
ZlibConstants Class Members
See Also  Fields  Methods  Send Feedback
IdeaBlade.Core Assembly > Ionic.Zlib Namespace : ZlibConstants Class


The following tables list the members exposed by ZlibConstants.

Public Fields

 NameDescription
Public FieldWindowBitsDefault The default number of window bits for the Deflate algorithm.  
Public FieldWindowBitsMax The maximum number of window bits for the Deflate algorithm.  
Public FieldWorkingBufferSizeDefault The size of the working buffer used in the ZlibCodec class. Defaults to 8192 bytes.  
Public FieldWorkingBufferSizeMin The minimum size of the working buffer used in the ZlibCodec class. Currently it is 128 bytes.  
Public FieldZ_BUF_ERROR There was an error with the working buffer.  
Public FieldZ_DATA_ERROR There was an error with the data - not enough data, bad data, etc.  
Public FieldZ_NEED_DICT The operation ended in need of a dictionary.  
Public FieldZ_OK indicates everything is A-OK  
Public FieldZ_STREAM_END Indicates that the last operation reached the end of the stream.  
Public FieldZ_STREAM_ERROR There was an error with the stream - not enough data, not open and readable, etc.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.