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


The following tables list the members exposed by ZlibCodec.

Public Constructors

 NameDescription
Public ConstructorZlibCodec ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public FieldAvailableBytesIn The number of bytes available in the InputBuffer, starting at NextIn.  
Public FieldAvailableBytesOut The number of bytes available in the OutputBuffer, starting at NextOut.  
Public FieldCompressLevel The compression level to use in this codec. Useful only in compression mode.  
Public FieldInputBuffer The buffer from which data is taken.  
Public FieldMessage used for diagnostics, when something goes wrong!  
Public FieldNextIn An index into the InputBuffer array, indicating where to start reading.  
Public FieldNextOut An index into the OutputBuffer array, indicating where to start writing.  
Public FieldOutputBuffer Buffer to store output data.  
Public FieldStrategy The compression strategy to use.  
Public FieldTotalBytesIn Total number of bytes read so far, through all calls to Inflate()/Deflate().  
Public FieldTotalBytesOut Total number of bytes written to the output so far, through all calls to Inflate()/Deflate().  
Public FieldWindowBits The number of Window Bits to use.  
Top

Public Properties

 NameDescription
Public PropertyAdler32 The Adler32 checksum on the data transferred through the codec so far. You probably don't need to look at this.  
Top

Public Methods

 NameDescription
Public MethodDeflate Deflate one batch of data.  
Public MethodEndDeflate End a deflation session.  
Public MethodEndInflate Ends an inflation session.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodInflate Inflate the data in the InputBuffer, placing the result in the OutputBuffer.  
Public MethodInitializeDeflateOverloaded.  Initialize the ZlibCodec for deflation operation.  
Public MethodInitializeInflateOverloaded.  Initialize the inflation state.  
Public MethodResetDeflate Reset a codec for another deflation session.  
Public MethodSetDeflateParams Set the CompressionStrategy and CompressionLevel for a deflation session.  
Public MethodSetDictionary Set the dictionary to be used for either Inflation or Deflation.  
Public MethodSyncInflate I don't know what this does!  
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.