org.herac.tuxguitar.io.gtp
Class GTPFileFormat

java.lang.Object
  extended by org.herac.tuxguitar.io.gtp.GTPFileFormat
Direct Known Subclasses:
GTPInputStream, GTPOutputStream

public class GTPFileFormat
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_TG_CHARSET
           
static java.lang.String DEFAULT_VERSION_CHARSET
           
 
Constructor Summary
GTPFileFormat(GTPSettings settings)
           
 
Method Summary
protected  TGFactory getFactory()
           
protected  GTPSettings getSettings()
           
 void init(TGFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TG_CHARSET

public static final java.lang.String DEFAULT_TG_CHARSET
See Also:
Constant Field Values

DEFAULT_VERSION_CHARSET

public static final java.lang.String DEFAULT_VERSION_CHARSET
See Also:
Constant Field Values
Constructor Detail

GTPFileFormat

public GTPFileFormat(GTPSettings settings)
Method Detail

init

public void init(TGFactory factory)

getSettings

protected GTPSettings getSettings()

getFactory

protected TGFactory getFactory()