Class StreamDataSource

Info

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

public sealed class StreamDataSource : IDataSource

Inheritance

objectStreamDataSource

Implements

Inherited Members

Constructors

StreamDataSource(Stream)

Initializes new stream data source with the specified stream object.

public StreamDataSource(Stream data)

Parameters

Properties

Data

Gets the stream object of the current data source.

public Stream Data { get; }

Property Value

Stream

DataType

Type of data source (stream).

public DataType DataType { get; }

Property Value

DataType

Namespace: Documentize Assembly: Documentize.dll

 English