javazoom.jl.decoder
public class InputStreamSource extends Object implements Source
InputStreamSource
implements a
Source
that provides data from an InputStream
. Seeking functionality is not supported.
Constructor Summary | |
---|---|
InputStreamSource(InputStream in) |
Method Summary | |
---|---|
boolean | isSeekable() |
long | length() |
int | read(byte[] b, int offs, int len) |
long | seek(long to) |
long | tell() |
boolean | willReadBlock() |