How to open archive
The process of opening an archive can be broken down into several steps:
- Create a runtime archiver.
- Open an archive from storage or memory.
- Extract the required files/directories from the archive.
- Close the archive.
First, create a Runtime Archiver object.
Next, open an archive from storage or memory.
After that, retrieve the specific entry to extract. The files or directories in the archive are called Entries.
Then you can extract the specified entry.
Finally, close the archive.