Class StreamDataSource
Info
Represents stream data source for load and save operations of a plugin.
public sealed class StreamDataSource : IDataSource
Inheritance
Implements
Inherited Members
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
StreamDataSource(Stream)
Initializes new stream data source with the specified stream object.
public StreamDataSource(Stream data)
Parameters
data
Stream: Stream object
Properties
Data
Gets the stream object of the current data source.
public Stream Data { get; }
Property Value
DataType
Type of data source (stream).
public DataType DataType { get; }
Property Value
Namespace: Documentize Assembly: Documentize.dll