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

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

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



IconMemberDescription
ZipInputStreamNew(Stream)
Initializes a new instance of the ZipInputStream class.
Available

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.ZipInputStream.Available]

(Overrides InflaterInputStream.Available.)
baseInputStream

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

(Inherited from InflaterInputStream.)
BeginRead(Byte[](), Int32, Int32, AsyncCallback, Object)
Begins an asynchronous read operation.
(Inherited from Stream.)
BeginWrite(Byte[](), Int32, Int32, AsyncCallback, Object)

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

(Inherited from InflaterInputStream.)
CanDecompressEntry

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.ZipInputStream.CanDecompressEntry]

CanRead

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

(Inherited from InflaterInputStream.)
CanSeek

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

(Inherited from InflaterInputStream.)
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.InflaterInputStream.CanWrite]

(Inherited from InflaterInputStream.)
Close()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.ZipInputStream.Close]

(Overrides InflaterInputStream.Close().)
CloseEntry()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.ZipInputStream.CloseEntry]

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.)
csize

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

(Inherited from InflaterInputStream.)
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.)
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.)
Fill()

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

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

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

(Inherited from InflaterInputStream.)
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.)
GetLifetimeService()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetNextEntry()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry]

GetType()
Gets the Type of the current instance.
(Inherited from Object.)
inf

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

(Inherited from InflaterInputStream.)
InitializeLifetimeService()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
inputBuffer

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

(Inherited from InflaterInputStream.)
IsStreamOwner

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

(Inherited from InflaterInputStream.)
Length

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.ZipInputStream.Length]

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

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.ZipInputStream.Password]

Position

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

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

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

(Overrides InflaterInputStream.Read(Byte[](), Int32, Int32).)
ReadByte()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.ZipInputStream.ReadByte]

(Overrides Stream.ReadByte().)
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.InflaterInputStream.Seek(System.Int64,System.IO.SeekOrigin)]

(Inherited from InflaterInputStream.)
SetLength(Int64)

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

(Inherited from InflaterInputStream.)
Skip(Int64)

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

(Inherited from InflaterInputStream.)
StopDecrypting()

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

(Inherited from InflaterInputStream.)
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Write(Byte[](), Int32, Int32)

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

(Inherited from InflaterInputStream.)
WriteByte(Byte)

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

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