Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.herac.tuxguitar.io.pt.PTBInputStream
org.herac.tuxguitar.io.pt.PTB4InputStream
public class PTB4InputStream
extends PTBInputStream
Nested Class Summary |
Nested classes/interfaces inherited from class org.herac.tuxguitar.io.pt.PTBInputStream | |
PTBInputStream.BarHelper , PTBInputStream.BeatHelper , PTBInputStream.GuitarInHelper , PTBInputStream.NoteHelper , PTBInputStream.SongInfo , PTBInputStream.TempoHelper , PTBInputStream.TrackHelper , PTBInputStream.TrackInfo |
Field Summary |
Fields inherited from class org.herac.tuxguitar.io.pt.PTBInputStream | |
TRACK_TYPE_BASS , TRACK_TYPE_GUITAR , headers , lastUsedChannel , trackInfos , tracks , version |
Constructor Summary | |
| |
|
Method Summary | |
boolean | |
boolean |
|
static void |
|
Song |
|
Methods inherited from class org.herac.tuxguitar.io.pt.PTBInputStream | |
checkSong , debug , debug , getHeader , getLastHeader , getMeasure , getTrack , isSupportedVersion , isSupportedVersion , makeSectionNotes , makeTrackChannels , readByte , readString , readString , readUCType , readUChar , readUInt , readULong |
public PTB4InputStream(FileInputStream file) throws FileNotFoundException
public PTB4InputStream(String fileName) throws FileNotFoundException
public boolean isSupportedVersion()
- Overrides:
- isSupportedVersion in interface PTBInputStream
public boolean isSupportedVersion(String version)
- Overrides:
- isSupportedVersion in interface PTBInputStream
public static void main(String[] s)