Class StreamData

Info

Represents stream data for load and save operations.

public sealed class StreamData : IData

Inheritance

objectStreamData

Implements

Inherited Members

Constructors

StreamData(Stream)

Initializes new stream data source with the specified stream object.

public StreamData(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 (stream).

public DataType DataType { get; }

Property Value

DataType

Namespace: Documentize Assembly: Documentize.dll