org.herac.tuxguitar.io.base
Interface TGInputStreamBase

All Known Implementing Classes:
TGInputStream

public interface TGInputStreamBase


Method Summary
 TGFileFormat getFileFormat()
           
 void init(TGFactory factory, java.io.InputStream stream)
           
 boolean isSupportedVersion()
           
 TGSong readSong()
           
 

Method Detail

init

void init(TGFactory factory,
          java.io.InputStream stream)

isSupportedVersion

boolean isSupportedVersion()

getFileFormat

TGFileFormat getFileFormat()

readSong

TGSong readSong()
                throws TGFileFormatException,
                       java.io.IOException
Throws:
TGFileFormatException
java.io.IOException