C# Class mp3tager.FileLoader

Inheritance: IFileLoader
Exibir arquivo Open project: Confirmit/Students

Public Methods

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

Private Methods

Method Description
TryCreate ( string path ) : Mp3File

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

ValidateFile() public method

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