|
|||||||||
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
Field Summary |
---|
Constructor Summary | |
---|---|
TGOutputStream(java.io.FileOutputStream file)
|
|
TGOutputStream(java.lang.String fileName)
|
Method Summary | |
---|---|
void |
write(Song song)
|
void |
writeByte(int v)
|
void |
writeHeader(int v)
|
void |
writeHeader(int v,
int bCount)
|
void |
writeShort(short v)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TGOutputStream(java.io.FileOutputStream file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public TGOutputStream(java.lang.String fileName) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public void write(Song song)
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 |