DataStreamSupporter class
DataStreamSupporter class
The data stream container.
Inheritance: DataStreamSupporter
→
DisposableObject
The DataStreamSupporter type exposes the following members:
Properties
Property | Description |
---|---|
disposed | Gets a value indicating whether this instance is disposed. |
data_stream_container | Gets the object’s data stream. |
is_cached | Gets a value indicating whether object’s data is cached currently and no data reading is required. |
Methods
Method | Description |
---|---|
save | Saves the object’s data to the current DataStreamSupporter . |
save | Saves the object’s data to the specified stream. |
save | Saves the object’s data to the specified file location. |
save | Saves the object’s data to the specified file location. |
cache_data | Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.data_stream_container . |
See Also
- module
aspose.cad
- class
DataStreamSupporter
- class
DisposableObject