StreamSource constructor
init
Initializes a new instance of the StreamSource class.
def __init__(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | The stream to open. |
init
Initializes a new instance of the StreamSource class.
def __init__(self, stream, dispose_stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | The stream to open. |
| dispose_stream | bool | if set to true the stream will be disposed. |
See Also
- module
aspose.cad.sources - class
StreamSource