GZipInputStream Methods
The methods of the GZipInputStream class are listed below. For a complete list of GZipInputStream class members, see the GZipInputStream Members topic.
Public Instance Methods
| Begins an asynchronous read operation. | |
| Entry point to begin an asynchronous write. Always throws a NotSupportedException. | |
| Closes the input stream. When IsStreamOwner is true the underlying stream is also closed. | |
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. | |
| Waits for the pending asynchronous read to complete. | |
| Ends an asynchronous write operation. | |
| Determines whether the specified Object is equal to the current Object. | |
| Flushes the baseInputStream | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. | |
| Gets the Type of the current instance. | |
| Obtains a lifetime service object to control the lifetime policy for this instance. | |
| Reads uncompressed data into an array of bytes | |
| Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. | |
| Sets the position within the current stream Always throws a NotSupportedException | |
| Set the length of the current stream Always throws a NotSupportedException | |
| Skip specified number of bytes of uncompressed data | |
| Returns a String that represents the current Object. | |
| Writes a sequence of bytes to stream and advances the current position This method always throws a NotSupportedException | |
| Writes one byte to the current stream and advances the current position Always throws a NotSupportedException |
Protected Instance Methods
| Allocates a WaitHandle object. | |
| Fills the buffer with more data to decompress. | |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. | |
| Clear any cryptographic state. |
See Also
GZipInputStream Class | ICSharpCode.SharpZipLib.GZip Namespace