C# Class FileLib.Mp3File

Inheritance: IMp3File
显示文件 Open project: Confirmit/Students

Public Methods

Method Description
CopyTo ( string path ) : IMp3File
Delete ( ) : void
MoveTo ( string path ) : void
Mp3File ( string path ) : System
Save ( ) : void

Private Methods

Method Description
CheckForFileExists ( ) : void
SaveTags ( ) : void

Method Details

CopyTo() public method

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

Delete() public method

public Delete ( ) : void
return void

MoveTo() public method

public MoveTo ( string path ) : void
path string
return void

Mp3File() public method

public Mp3File ( string path ) : System
path string
return System

Save() public method

public Save ( ) : void
return void