PendingBuffer Members
Public Instance Constructors
|
|
Overloaded. Initializes a new instance of the PendingBuffer class. |
Public Instance Properties
Public Instance Methods
| Align internal buffer on a byte boundary | |
| Determines whether the specified Object is equal to the current Object. | |
| Flushes the pending buffer into the given output array. If the output array is to small, only a partial flush is done. | |
| 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. | |
| Clear internal state/buffers | |
| Convert internal buffer to byte array. Buffer is empty on completion | |
| Returns a String that represents the current Object. | |
| Write bits to internal buffer | |
| Write a block of data to buffer | |
| Write a byte to buffer | |
| write an integer LSB first | |
| Write a short value to buffer LSB first | |
| Write a short value to internal buffer most significant byte first |
Protected Instance Methods
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |
See Also
PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace