org.herac.tuxguitar.io.tef
Class TEInputStream

java.lang.Object
  extended by org.herac.tuxguitar.io.tef.TEInputStream

public class TEInputStream
extends java.lang.Object


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

TEInputStream

public TEInputStream(java.io.InputStream stream)
Method Detail

readSong

public TESong readSong()

readBytes

protected byte[] readBytes(int length)

readByte

protected int readByte()

readShort

protected int readShort()

skip

protected void skip(int count)

close

protected void close()