DeflaterPending Members

SharpZip Compression Library

SharpZip Compression Library

DeflaterPending Members

DeflaterPending overview

Public Instance Constructors

DeflaterPending Constructor Construct instance with default buffer size

Public Instance Properties

BitCount (inherited from PendingBuffer) The number of bits written to the buffer
IsFlushed (inherited from PendingBuffer) Indicates if buffer has been flushed

Public Instance Methods

AlignToByte (inherited from PendingBuffer) Align internal buffer on a byte boundary
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Flush (inherited from PendingBuffer) Flushes the pending buffer into the given output array. If the output array is to small, only a partial flush is done.
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.
Reset (inherited from PendingBuffer) Clear internal state/buffers
ToByteArray (inherited from PendingBuffer) Convert internal buffer to byte array. Buffer is empty on completion
ToString (inherited from Object) Returns a String that represents the current Object.
WriteBits (inherited from PendingBuffer) Write bits to internal buffer
WriteBlock (inherited from PendingBuffer) Write a block of data to buffer
WriteByte (inherited from PendingBuffer) write a byte to buffer
WriteInt (inherited from PendingBuffer) write an integer LSB first
WriteShort (inherited from PendingBuffer) Write a short value to buffer LSB first
WriteShortMSB (inherited from PendingBuffer) Write a short value to internal buffer most significant byte first

Protected Instance Fields

buf (inherited from PendingBuffer)Internal work buffer

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DeflaterPending Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace