C# Class Mp3TagTest.TestFileLoader

Inheritance: IFileLoader
ファイルを表示 Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
FileExist ( string path ) : bool
Load ( string path ) : IMp3File

Method Details

FileExist() public method

public FileExist ( string path ) : bool
path string
return bool

Load() public method

public Load ( string path ) : IMp3File
path string
return IMp3File