Class StreamDataSource

StreamDataSource class

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

public sealed class StreamDataSource : IDataSource

Constructors

NameDescription
StreamDataSource(Stream)Initializes new stream data source with the specified stream object.

Properties

NameDescription
Data { get; }Gets the stream object of the current data source.
DataType { get; }Type of data source (stream).

See Also