Class BiffWriter
Inheritance
System.Object
BiffWriter
Implements
System.IDisposable
Namespace: Syncfusion.XlsIO.Parser
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class BiffWriter : Object, IDisposable
Constructors
BiffWriter(Stream)
Declaration
public BiffWriter(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
BiffWriter(Stream, Boolean)
Declaration
public BiffWriter(Stream stream, bool bControlsStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | |
System.Boolean | bControlsStream |
Properties
BaseStream
Declaration
public Stream BaseStream { get; }
Property Value
Type |
---|
System.IO.Stream |
Buffer
Returns internal buffer. Read-only.
Declaration
public byte[] Buffer { get; }
Property Value
Type |
---|
System.Byte[] |
Methods
Dispose()
Declaration
public void Dispose()
WriteRecord(BiffRecordRaw, IEncryptor)
Declaration
public void WriteRecord(BiffRecordRaw raw, IEncryptor encryptor)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | raw | |
IEncryptor | encryptor | Object to encrypt data. |
WriteRecord(OffsetArrayList, IEncryptor)
Declaration
public void WriteRecord(OffsetArrayList records, IEncryptor encryptor)
Parameters
Type | Name | Description |
---|---|---|
OffsetArrayList | records | |
IEncryptor | encryptor | Object to encrypt data. |
WriteRecord(ICollection, IEncryptor)
Declaration
public void WriteRecord(ICollection collection, IEncryptor encryptor)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.ICollection | collection | |
IEncryptor | encryptor | Object to encrypt data. |
Implements
System.IDisposable