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: ZipArchiveFileSystemFileSystem

The ZipArchiveFileSystem type exposes the following members:

Constructors

ConstructorDescription
initConstruct a ZipArchiveFileSystem through a stream.
initConstruct a ZipArchiveFileSystem through a stream.
initConstruct a ZipArchiveFileSystem through a file name.

Methods

MethodDescription
read_fileOpen file for reading
write_fileOpen file for writing, not implemented in this class.

See Also