com.jcraft.jorbis

Class VorbisFile.SeekableInputStream

class VorbisFile.SeekableInputStream extends InputStream

Method Summary
intavailable()
voidclose()
longgetLength()
voidmark(int m)
booleanmarkSupported()
intread()
intread(byte[] buf)
intread(byte[] buf, int s, int len)
voidreset()
voidseek(long pos)
longskip(long n)
longtell()

Method Detail

available

public int available()

close

public void close()

getLength

public long getLength()

mark

public void mark(int m)

markSupported

public boolean markSupported()

read

public int read()

read

public int read(byte[] buf)

read

public int read(byte[] buf, int s, int len)

reset

public void reset()

seek

public void seek(long pos)

skip

public long skip(long n)

tell

public long tell()