The following tables list the members exposed by ZlibCodec.
Name | Description | |
---|---|---|
![]() | ZlibCodec Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AvailableBytesIn | The number of bytes available in the InputBuffer, starting at NextIn. |
![]() | AvailableBytesOut | The number of bytes available in the OutputBuffer, starting at NextOut. |
![]() | CompressLevel | The compression level to use in this codec. Useful only in compression mode. |
![]() | InputBuffer | The buffer from which data is taken. |
![]() | Message | used for diagnostics, when something goes wrong! |
![]() | NextIn | An index into the InputBuffer array, indicating where to start reading. |
![]() | NextOut | An index into the OutputBuffer array, indicating where to start writing. |
![]() | OutputBuffer | Buffer to store output data. |
![]() | Strategy | The compression strategy to use. |
![]() | TotalBytesIn | Total number of bytes read so far, through all calls to Inflate()/Deflate(). |
![]() | TotalBytesOut | Total number of bytes written to the output so far, through all calls to Inflate()/Deflate(). |
![]() | WindowBits | The number of Window Bits to use. |
Name | Description | |
---|---|---|
![]() | Adler32 | The Adler32 checksum on the data transferred through the codec so far. You probably don't need to look at this. |
Name | Description | |
---|---|---|
![]() | Deflate | Deflate one batch of data. |
![]() | EndDeflate | End a deflation session. |
![]() | EndInflate | Ends an inflation session. |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | Inflate | Inflate the data in the InputBuffer, placing the result in the OutputBuffer. |
![]() | InitializeDeflate | Overloaded. Initialize the ZlibCodec for deflation operation. |
![]() | InitializeInflate | Overloaded. Initialize the inflation state. |
![]() | ResetDeflate | Reset a codec for another deflation session. |
![]() | SetDeflateParams | Set the CompressionStrategy and CompressionLevel for a deflation session. |
![]() | SetDictionary | Set the dictionary to be used for either Inflation or Deflation. |
![]() | SyncInflate | I don't know what this does! |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |