|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.io.tef.TEInputStream
public class TEInputStream
Constructor Summary | |
---|---|
TEInputStream(java.io.InputStream stream)
|
Method Summary | |
---|---|
protected void |
close()
|
protected int |
readByte()
|
protected byte[] |
readBytes(int length)
|
protected int |
readShort()
|
TESong |
readSong()
|
protected void |
skip(int count)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TEInputStream(java.io.InputStream stream)
Method Detail |
---|
public TESong readSong()
protected byte[] readBytes(int length)
protected int readByte()
protected int readShort()
protected void skip(int count)
protected void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |