javazoom.jl.decoder
Interface Source
- All Known Implementing Classes:
- InputStreamSource
- public interface Source
Work in progress.
Class to describe a seekable data source.
LENGTH_UNKNOWN
public static final long LENGTH_UNKNOWN
- See Also:
- Constant Field Values
read
public int read(byte[] b,
int offs,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
willReadBlock
public boolean willReadBlock()
isSeekable
public boolean isSeekable()
length
public long length()
tell
public long tell()
seek
public long seek(long pos)
JavaZOOM 1999-2001