org.herac.tuxguitar.io.gtp
Class GP4InputStream

java.lang.Object
  extended by org.herac.tuxguitar.io.gtp.GTPFileFormat
      extended by org.herac.tuxguitar.io.gtp.GTPInputStream
          extended by org.herac.tuxguitar.io.gtp.GP4InputStream

public class GP4InputStream
extends GTPInputStream


Field Summary
 
Fields inherited from class org.herac.tuxguitar.io.gtp.GTPFileFormat
DEFAULT_TG_CHARSET, DEFAULT_VERSION_CHARSET
 
Constructor Summary
GP4InputStream(GTPSettings settings)
           
 
Method Summary
 TGFileFormat getFileFormat()
           
 TGSong readSong()
           
 void readTremoloPicking(TGNoteEffect effect)
           
 
Methods inherited from class org.herac.tuxguitar.io.gtp.GTPInputStream
close, getVersion, getVersionIndex, init, isSupportedVersion, isSupportedVersion, read, read, read, readBoolean, readByte, readInt, readLong, readString, readString, readString, readStringByte, readStringByte, readStringByteSizeOfByte, readStringByteSizeOfByte, readStringByteSizeOfInteger, readStringByteSizeOfInteger, readStringInteger, readStringInteger, readUnsignedByte, readVersion, skip
 
Methods inherited from class org.herac.tuxguitar.io.gtp.GTPFileFormat
getFactory, getSettings, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GP4InputStream

public GP4InputStream(GTPSettings settings)
Method Detail

getFileFormat

public TGFileFormat getFileFormat()

readSong

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

readTremoloPicking

public void readTremoloPicking(TGNoteEffect effect)
                        throws java.io.IOException
Throws:
java.io.IOException