C# Class FeliCa2Money.AgrFile

AGRファイル解析クラス
Exibir arquivo Open project: tmurakam/felica2money Class Usage Examples

Public Methods

Method Description
load ( StreamReader sr ) : bool
loadFromFile ( string path ) : bool

AGRファイルを読み込む

numTransactions ( ) : int

全トランザクション数を返す

Method Details

load() public method

public load ( StreamReader sr ) : bool
sr System.IO.StreamReader
return bool

loadFromFile() public method

AGRファイルを読み込む
public loadFromFile ( string path ) : bool
path string AGRファイルパス
return bool

numTransactions() public method

全トランザクション数を返す
public numTransactions ( ) : int
return int