javazoom.jl.decoder

Interface Source

public interface Source

Work in progress. Class to describe a seekable data source.
Field Summary
static longLENGTH_UNKNOWN
Method Summary
booleanisSeekable()
longlength()
intread(byte[] b, int offs, int len)
longseek(long pos)
longtell()
booleanwillReadBlock()

Field Detail

LENGTH_UNKNOWN

public static final long LENGTH_UNKNOWN

Method Detail

isSeekable

public boolean isSeekable()

length

public long length()

read

public int read(byte[] b, int offs, int len)

seek

public long seek(long pos)

tell

public long tell()

willReadBlock

public boolean willReadBlock()
JavaZOOM 1999-2005