C# Class Tests.FakeMp3File

Inheritance: IMp3File
Mostra file Open project: Confirmit/Students

Public Methods

Method Description
CopyTo ( string path ) : IMp3File
Delete ( ) : void
FakeMp3File ( Mp3Tags tags, string path ) : System.IO
MoveTo ( string path ) : void
Save ( ) : void

Method Details

CopyTo() public method

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

Delete() public method

public Delete ( ) : void
return void

FakeMp3File() public method

public FakeMp3File ( Mp3Tags tags, string path ) : System.IO
tags FileLib.Mp3Tags
path string
return System.IO

MoveTo() public method

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

Save() public method

public Save ( ) : void
return void