LumiSoft Mail Server User API
DeflaterPending Class
Namespaces > ICSharpCode.SharpZipLib.Zip.Compression > DeflaterPending

[Missing <summary> documentation for T:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending]

Syntax
C#Visual BasicManaged C++
public class DeflaterPending : PendingBuffer
Public Class DeflaterPending _
	Inherits PendingBuffer
public ref class DeflaterPending : public PendingBuffer
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
DeflaterPendingNew()
Initializes a new instance of the DeflaterPending class.
AlignToByte()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.AlignToByte]

(Inherited from PendingBuffer.)
BitCount

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.BitCount]

(Inherited from PendingBuffer.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flush(Byte[](), Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.Flush(System.Byte[],System.Int32,System.Int32)]

(Inherited from PendingBuffer.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
IsFlushed

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.IsFlushed]

(Inherited from PendingBuffer.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reset()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.Reset]

(Inherited from PendingBuffer.)
ToByteArray()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.ToByteArray]

(Inherited from PendingBuffer.)
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteBits(Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.WriteBits(System.Int32,System.Int32)]

(Inherited from PendingBuffer.)
WriteBlock(Byte[](), Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.WriteBlock(System.Byte[],System.Int32,System.Int32)]

(Inherited from PendingBuffer.)
WriteByte(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.WriteByte(System.Int32)]

(Inherited from PendingBuffer.)
WriteInt(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.WriteInt(System.Int32)]

(Inherited from PendingBuffer.)
WriteShort(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.WriteShort(System.Int32)]

(Inherited from PendingBuffer.)
WriteShortMSB(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer.WriteShortMSB(System.Int32)]

(Inherited from PendingBuffer.)
Inheritance Hierarchy
Object
PendingBuffer
 DeflaterPending

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)