CodecBase Methods

DotZLib

DotZLib .Net wrapper for ZLib1.dll

CodecBase Methods

The methods of the CodecBase class are listed below. For a complete list of CodecBase class members, see the CodecBase Members topic.

Public Instance Methods

AddOverloaded. Adds more data to the codec to be processed.
Dispose 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.

Protected Instance Methods

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

See Also

CodecBase Class | DotZLib Namespace