ZipArchiveFileSystem class
ZipArchiveFileSystem class
File system to provide to the read-only access to speicified zip file or zip stream. File system will be disposed after the open/save operation.
Inheritance: ZipArchiveFileSystem
→
FileSystem
The ZipArchiveFileSystem type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Construct a ZipArchiveFileSystem through a stream. |
init | Construct a ZipArchiveFileSystem through a stream. |
init | Construct a ZipArchiveFileSystem through a file name. |
Methods
Method | Description |
---|---|
read_file | Open file for reading |
write_file | Open file for writing, not implemented in this class. |
See Also
- module
aspose.threed.utilities
- class
FileSystem
- class
ZipArchiveFileSystem