[]
Asynchronous opens an existing zip file stored in a Stream.
public Task OpenAsync(Stream stream)
Public Function OpenAsync(stream As Stream) As Task
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream that contains a zip file. |
| Type | Description |
|---|---|
| Task |