InflaterInputStream Members

Public Instance Constructors

InflaterInputStreamOverloaded. Initialize a new instance of the InflaterInputStream class.

Public Instance Properties

Available Returns 0 once the end of the stream (EOF) has been reached. Otherwise returns 1.
CanRead I needed to implement the abstract member.
CanSeek I needed to implement the abstract member.
CanWrite I needed to implement the abstract member.
Length I needed to implement the abstract member.
Position 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 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 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 Decompresses data into the byte array
ReadByte Reads one byte of decompressed data. The byte is baseInputStream the lower 8 bits of the int.
Seek I needed to implement the abstract member.
SetLength I needed to implement the abstract member.
Skip Skip specified number of bytes of uncompressed data
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.
Write I needed to implement the abstract member.
WriteByte I needed to implement the abstract member.

Protected Instance Fields

baseInputStream base stream the inflater depends on.
buf Byte array used as a buffer
inf Decompressor for this filter
len Size of buffer

Protected Instance Methods

CreateWaitHandle (inherited from Stream)Select the method name to go to the Microsoft documentation.
Fill 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

InflaterInputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace