org.herac.tuxguitar.io.gtp
Class GP5OutputStream

java.lang.Object
  extended by org.herac.tuxguitar.io.gtp.GTPOutputStream
      extended by org.herac.tuxguitar.io.gtp.GP5OutputStream

public class GP5OutputStream
extends GTPOutputStream


Constructor Summary
GP5OutputStream()
           
 
Method Summary
 TGFileFormat getFileFormat()
           
 boolean isSupportedExtension(java.lang.String extension)
           
 void writeSong(TGSong song)
           
 
Methods inherited from class org.herac.tuxguitar.io.gtp.GTPOutputStream
close, getFactory, init, skipBytes, writeBoolean, writeByte, writeBytes, writeInt, writeString, writeStringByte, writeStringByteSizeOfInteger, writeStringInteger, writeUnsignedByte
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GP5OutputStream

public GP5OutputStream()
Method Detail

getFileFormat

public TGFileFormat getFileFormat()

isSupportedExtension

public boolean isSupportedExtension(java.lang.String extension)

writeSong

public void writeSong(TGSong song)