LumiSoft Mail Server User API
GZipOutputStream Class
Namespaces > ICSharpCode.SharpZipLib.GZip > GZipOutputStream

[Missing <summary> documentation for T:ICSharpCode.SharpZipLib.GZip.GZipOutputStream]

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



IconMemberDescription
GZipOutputStreamNew(Stream)
Initializes a new instance of the GZipOutputStream class.
GZipOutputStreamNew(Stream, Int32)
Initializes a new instance of the GZipOutputStream class.
baseOutputStream

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.baseOutputStream]

(Inherited from DeflaterOutputStream.)
BeginRead(Byte[](), Int32, Int32, AsyncCallback, Object)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)]

(Inherited from DeflaterOutputStream.)
BeginWrite(Byte[](), Int32, Int32, AsyncCallback, Object)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)]

(Inherited from DeflaterOutputStream.)
CanPatchEntries

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.CanPatchEntries]

(Inherited from DeflaterOutputStream.)
CanRead

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.CanRead]

(Inherited from DeflaterOutputStream.)
CanSeek

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.CanSeek]

(Inherited from DeflaterOutputStream.)
CanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
CanWrite

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.CanWrite]

(Inherited from DeflaterOutputStream.)
Close()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.GZip.GZipOutputStream.Close]

(Overrides DeflaterOutputStream.Close().)
crc

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.GZip.GZipOutputStream.crc]

CreateObjRef(Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
CreateWaitHandle()
Allocates a WaitHandle object.
(Inherited from Stream.)
def

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.def]

(Inherited from DeflaterOutputStream.)
Deflate()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Deflate]

(Inherited from DeflaterOutputStream.)
Dispose()
Releases all resources used by the Stream.
(Inherited from Stream.)
Dispose(Boolean)
Releases the unmanaged resources used by the Stream and optionally releases the managed resources.
(Inherited from Stream.)
EncryptBlock(Byte[](), Int32, Int32)

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

(Inherited from DeflaterOutputStream.)
EncryptByte()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.EncryptByte]

(Inherited from DeflaterOutputStream.)
EndRead(IAsyncResult)
Waits for the pending asynchronous read to complete.
(Inherited from Stream.)
EndWrite(IAsyncResult)
Ends an asynchronous write operation.
(Inherited from Stream.)
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.)
Finish()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.GZip.GZipOutputStream.Finish]

(Overrides DeflaterOutputStream.Finish().)
Flush()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Flush]

(Inherited from DeflaterOutputStream.)
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.)
GetLevel()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.GZip.GZipOutputStream.GetLevel]

GetLifetimeService()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
InitializeLifetimeService()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
InitializePassword(String)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.InitializePassword(System.String)]

(Inherited from DeflaterOutputStream.)
IsStreamOwner

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.IsStreamOwner]

(Inherited from DeflaterOutputStream.)
Length

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Length]

(Inherited from DeflaterOutputStream.)
MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Password

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Password]

(Inherited from DeflaterOutputStream.)
Position

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Position]

(Inherited from DeflaterOutputStream.)
Read(Byte[](), Int32, Int32)

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

(Inherited from DeflaterOutputStream.)
ReadByte()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.ReadByte]

(Inherited from DeflaterOutputStream.)
ReadTimeout
Gets or sets a value that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Seek(Int64, SeekOrigin)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Seek(System.Int64,System.IO.SeekOrigin)]

(Inherited from DeflaterOutputStream.)
SetLength(Int64)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.SetLength(System.Int64)]

(Inherited from DeflaterOutputStream.)
SetLevel(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.GZip.GZipOutputStream.SetLevel(System.Int32)]

ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateKeys(Byte)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.UpdateKeys(System.Byte)]

(Inherited from DeflaterOutputStream.)
Write(Byte[](), Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.GZip.GZipOutputStream.Write(System.Byte[],System.Int32,System.Int32)]

(Overrides DeflaterOutputStream.Write(Byte[](), Int32, Int32).)
WriteByte(Byte)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.WriteByte(System.Byte)]

(Inherited from DeflaterOutputStream.)
WriteTimeout
Gets or sets a value that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)
Inheritance Hierarchy

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