org.herac.tuxguitar.io.importer
Interface SongImporter

All Known Implementing Classes:
MidiImporter

public interface SongImporter


Method Summary
 Song importSong(java.lang.String fileName)
           
 

Method Detail

importSong

Song importSong(java.lang.String fileName)
                throws java.io.IOException,
                       java.lang.Exception,
                       java.lang.Error
Throws:
java.io.IOException
java.lang.Exception
java.lang.Error