Inflater Members

DotZLib

DotZLib .Net wrapper for ZLib1.dll

Inflater Members

Inflater overview

Public Instance Constructors

Inflater Constructor Constructs an new instance of the Inflater

Public Instance Properties

Checksum (inherited from CodecBase) Gets the checksum of the data that has been added so far

Public Instance Methods

AddOverloaded. Adds more data to the codec to be processed.
Add (inherited from CodecBase)Overloaded. Adds more data to the codec to be processed.
Dispose (inherited from CodecBase) Releases any unmanaged resources and calls the CleanUp method of the derived class
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Finish Finishes up any pending data that needs to be processed and handled.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

DataAvailable (inherited from CodecBase) Occurs when more processed data are available.

Protected Instance Fields

_isDisposed (inherited from CodecBase) True if the object instance has been disposed, false otherwise

Protected Instance Methods

CleanUp Closes the internal zlib inflate stream
copyInput (inherited from CodecBase) Copies a number of bytes to the internal codec buffer - ready for proccesing
Finalize (inherited from CodecBase) Destroys this instance
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnDataAvailable (inherited from CodecBase) Fires the DataAvailable event
resetOutput (inherited from CodecBase) Resets the internal output buffers to a known state - ready for processing
setChecksum (inherited from CodecBase) Updates the running checksum property

See Also

Inflater Class | DotZLib Namespace