| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.herac.tuxguitar.io.pt.PTBInputStreamorg.herac.tuxguitar.io.pt.PTB4InputStreampublic class PTB4InputStreamextends PTBInputStreamNested 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 FileNotFoundExceptionpublic PTB4InputStream(String fileName)
throws FileNotFoundExceptionpublic boolean isSupportedVersion()
- Overrides:
- isSupportedVersion in interface PTBInputStream
public boolean isSupportedVersion(String version)
- Overrides:
- isSupportedVersion in interface PTBInputStream
public static void main(String[] s)