Class FinBanksFileBuilder
public class FinBanksFileBuilder
- Inheritance
-
FinBanksFileBuilder
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
CountServers
public int CountServers { get; }
Property Value
CountStrings
public int CountStrings { get; }
Property Value
Methods
AddBank(FinBanksInfo)
public void AddBank(FinBanksInfo aBank)
Parameters
aBankFinBanksInfo
AddServer(FinBanksServer)
public ushort AddServer(FinBanksServer aServer)
Parameters
aServerFinBanksServer
Returns
AddString(string)
public ushort AddString(string sString)
Parameters
sStringstring
Returns
SaveAs(string)
Saves the compressed FinBanks.dat file.
public void SaveAs(string sFilename)
Parameters
sFilenamestringThe 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
aStreamStream