CodecBase Members
From DotZLib
Protected Static Fields
| The size of the internal buffers |
Public Instance Constructors
|
|
Initializes a new instance of the CodeBase class.
|
Public Instance Properties
| Gets the checksum of the data that has been added so far |
Public Instance Methods
| Overloaded. Adds more data to the codec to be processed. | |
| Releases any unmanaged resources and calls the CleanUp method of the derived class | |
| Determines whether the specified Object is equal to the current Object. | |
| Finishes up any pending data that needs to be processed and handled. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Returns a String that represents the current Object. |
Public Instance Events
| Occurs when more processed data are available. |
Protected Instance Fields
| True if the object instance has been disposed, false otherwise |
Protected Instance Methods
| Performs any codec specific cleanup | |
| Copies a number of bytes to the internal codec buffer - ready for proccesing | |
| Destroys this instance | |
| Creates a shallow copy of the current Object. | |
| Fires the DataAvailable event | |
| Resets the internal output buffers to a known state - ready for processing | |
| Updates the running checksum property |
See Also
CodecBase Class | DotZLib Namespace