Class CompoundStream
This interface represents stream in the compound file.
Inheritance
System.Object
CompoundStream
Namespace: Syncfusion.CompoundFile.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public abstract class CompoundStream : Stream
Constructors
CompoundStream(String)
Initializes new instance of the compound stream object.
Declaration
public CompoundStream(string streamName)
Parameters
Type | Name | Description |
---|---|---|
System.String | streamName | Name of the stream. |
Properties
Name
Returns name of the stream.
Declaration
public string Name { get; protected set; }
Property Value
Type |
---|
System.String |
Methods
CopyTo(CompoundStream)
Copies stream content into another stream object.
Declaration
public virtual void CopyTo(CompoundStream stream)
Parameters
Type | Name | Description |
---|---|---|
CompoundStream | stream | Stream to copy data into. |