StreamDataSource class

StreamDataSource class

Represents stream data source for load and save operations of a plugin.

The StreamDataSource type exposes the following members:

Constructors

NameDescription
StreamDataSource(data)Initializes a new instance of the StreamDataSource class

Properties

NameDescription
data_typeType of data source (stream).
dataGets the stream object of the current data source.

See Also