ZipArchiveFileSystem constructor
init
Construct a ZipArchiveFileSystem through a stream.
def __init__(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase |
init
Construct a ZipArchiveFileSystem through a file name.
def __init__(self, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str |
init
Construct a ZipArchiveFileSystem through a stream.
def __init__(self, stream, base_dir):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | |
| base_dir | str |
See Also
- module
aspose.threed.utilities - class
ZipArchiveFileSystem