Class StreamDataSource

StreamDataSource class

The stream data source for plugin’s load and save operations.

public sealed class StreamDataSource : IDataSource

Constructors

NameDescription
StreamDataSource(Stream)Creates a new stream data source.

Properties

NameDescription
Data { get; }Gets the underlying stream.
DataType { get; }The data source type.

See Also