ZipInputStream Methods
The methods of the ZipInputStream class are listed below. For a complete list of ZipInputStream class members, see the ZipInputStream Members topic.
Public Instance Methods
| Begins an asynchronous read operation. | |
| Entry point to begin an asynchronous write. Always throws a NotSupportedException. | |
| Closes the zip input stream | |
| Closes the current zip entry and moves to the next one. | |
| 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. | |
| Advances to the next entry in the archive | |
| Gets the Type of the current instance. | |
| Obtains a lifetime service object to control the lifetime policy for this instance. | |
| Read a block of bytes from the stream. | |
| Reads a byte from the current zip entry. | |
| 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
ZipInputStream Class | ICSharpCode.SharpZipLib.Zip Namespace