C# 클래스 mp3tager.FileLoader

상속: IFileLoader
파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
FileExist ( string path ) : bool
Load ( string path ) : IMp3File
ValidateFile ( string path ) : bool

비공개 메소드들

메소드 설명
TryCreate ( string path ) : Mp3File

메소드 상세

FileExist() 공개 메소드

public FileExist ( string path ) : bool
path string
리턴 bool

Load() 공개 메소드

public Load ( string path ) : IMp3File
path string
리턴 IMp3File

ValidateFile() 공개 메소드

public ValidateFile ( string path ) : bool
path string
리턴 bool