GZipInputStream Members

Public Instance Constructors

GZipInputStreamOverloaded. Initialize a new instance of the GZipInputStream class.

Public Instance Properties

Available (inherited from InflaterInputStream) Returns 0 once the end of the stream (EOF) has been reached. Otherwise returns 1.
CanRead (inherited from InflaterInputStream) I needed to implement the abstract member.
CanSeek (inherited from InflaterInputStream) I needed to implement the abstract member.
CanWrite (inherited from InflaterInputStream) I needed to implement the abstract member.
Length (inherited from InflaterInputStream) I needed to implement the abstract member.
Position (inherited from InflaterInputStream) I needed to implement the abstract member.

Public Instance Methods

BeginRead (inherited from Stream)Select the method name to go to the Microsoft documentation.
BeginWrite (inherited from Stream)Select the method name to go to the Microsoft documentation.
Close (inherited from InflaterInputStream) Closes the input stream
CreateObjRef (inherited from MarshalByRefObject)Select the method name to go to the Microsoft documentation.
EndRead (inherited from Stream)Select the method name to go to the Microsoft documentation.
EndWrite (inherited from Stream)Select the method name to go to the Microsoft documentation.
Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
Flush (inherited from InflaterInputStream) Flushes the baseInputStream
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetLifetimeService (inherited from MarshalByRefObject)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
InitializeLifetimeService (inherited from MarshalByRefObject)Select the method name to go to the Microsoft documentation.
Read Reads uncompressed data into an array of bytes
ReadByte (inherited from InflaterInputStream) Reads one byte of decompressed data. The byte is baseInputStream the lower 8 bits of the int.
Seek (inherited from InflaterInputStream) I needed to implement the abstract member.
SetLength (inherited from InflaterInputStream) I needed to implement the abstract member.
Skip (inherited from InflaterInputStream) Skip specified number of bytes of uncompressed data
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.
Write (inherited from InflaterInputStream) I needed to implement the abstract member.
WriteByte (inherited from InflaterInputStream) I needed to implement the abstract member.

Protected Instance Fields

baseInputStream
buf
crc CRC-32 value for uncompressed data
eos Indicates end of stream
inf
len

Protected Instance Methods

CreateWaitHandle (inherited from Stream)Select the method name to go to the Microsoft documentation.
Fill (inherited from InflaterInputStream) Fills the buffer with more data to decompress.
Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

Explicit Interface Implementations

IDisposable.Dispose (inherited from Stream)Select the method name to go to the Microsoft documentation.

See Also

GZipInputStream Class | ICSharpCode.SharpZipLib.GZip Namespace