org.herac.tuxguitar.io.gp

Class GP3InputStream


public class GP3InputStream
extends InputStream

Constructor Summary

GP3InputStream(InputStream inputStream)
GP3InputStream(String fileName)

Method Summary

void
close()
Closes the stream.
boolean
isSupportedVersion()
static boolean
isSupportedVersion(String version)
int
read()
Song
readSong()

Constructor Details

GP3InputStream

public GP3InputStream(InputStream inputStream)

GP3InputStream

public GP3InputStream(String fileName)
            throws FileNotFoundException

Method Details

close

public void close()
            throws IOException
Closes the stream.

isSupportedVersion

public boolean isSupportedVersion()

isSupportedVersion

public static boolean isSupportedVersion(String version)

read

public int read()
            throws IOException

readSong

public Song readSong()
            throws IOException,
                   GPFormatException