|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.io.tg.TGStream
org.herac.tuxguitar.io.tg.TGOutputStream
public class TGOutputStream
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.herac.tuxguitar.io.tg.TGStream |
---|
TGStream.TGBeatData |
Field Summary |
---|
Constructor Summary | |
---|---|
TGOutputStream()
|
Method Summary | |
---|---|
TGFileFormat |
getFileFormat()
|
void |
init(TGFactory factory,
java.io.OutputStream stream)
|
boolean |
isSupportedExtension(java.lang.String extension)
|
void |
writeByte(int v)
|
void |
writeHeader(int v)
|
void |
writeHeader(int v,
int bCount)
|
void |
writeShort(short v)
|
void |
writeSong(TGSong song)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TGOutputStream()
Method Detail |
---|
public boolean isSupportedExtension(java.lang.String extension)
isSupportedExtension
in interface TGOutputStreamBase
public void init(TGFactory factory, java.io.OutputStream stream)
init
in interface TGOutputStreamBase
public TGFileFormat getFileFormat()
getFileFormat
in interface TGOutputStreamBase
public void writeSong(TGSong song) throws java.io.IOException
writeSong
in interface TGOutputStreamBase
java.io.IOException
public void writeByte(int v)
public void writeHeader(int v)
public void writeHeader(int v, int bCount)
public void writeShort(short v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |