Class FinBanksFileBuilder

Namespace
Subsembly.FinTS.Banks
Assembly
Subsembly.FinTS.Core.dll
public class FinBanksFileBuilder
Inheritance
FinBanksFileBuilder
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

CountServers

public int CountServers { get; }

Property Value

int

CountStrings

public int CountStrings { get; }

Property Value

int

Methods

AddBank(FinBanksInfo)

public void AddBank(FinBanksInfo aBank)

Parameters

aBank FinBanksInfo

AddServer(FinBanksServer)

public ushort AddServer(FinBanksServer aServer)

Parameters

aServer FinBanksServer

Returns

ushort

AddString(string)

public ushort AddString(string sString)

Parameters

sString string

Returns

ushort

SaveAs(string)

Saves the compressed FinBanks.dat file.

public void SaveAs(string sFilename)

Parameters

sFilename string

The file name and complete path of the "FinBanks.dat" file to be written. If the file already exists, then it will be overwritten.

Exceptions

ArgumentNullException

The parameter sFilename was null.

ArgumentException

The parameter sFilename was an empty string.

Write(Stream)

public void Write(Stream aStream)

Parameters

aStream Stream