DataStreamSupporter class

DataStreamSupporter class

The data stream container.

Inheritance: DataStreamSupporterDisposableObject

The DataStreamSupporter type exposes the following members:

Properties

PropertyDescription
disposedGets a value indicating whether this instance is disposed.
data_stream_containerGets the object’s data stream.
is_cachedGets a value indicating whether object’s data is cached currently and no data reading is required.

Methods

MethodDescription
saveSaves the object’s data to the current DataStreamSupporter.
saveSaves the object’s data to the specified stream.
saveSaves the object’s data to the specified file location.
saveSaves the object’s data to the specified file location.
cache_dataCaches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.data_stream_container.

See Also