org.herac.tuxguitar.io.gtp
Class GP3OutputStream

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

public class GP3OutputStream
extends GTPOutputStream


Constructor Summary
GP3OutputStream()
           
 
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

GP3OutputStream

public GP3OutputStream()
Method Detail

getFileFormat

public TGFileFormat getFileFormat()

isSupportedExtension

public boolean isSupportedExtension(java.lang.String extension)

writeSong

public void writeSong(TGSong song)