StreamDataSource class

StreamDataSource class

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

The StreamDataSource type exposes the following members:

Constructors

ConstructorDescription
initInitializes new stream data source with the specified stream object.

Properties

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

See Also