javazoom.jl.decoder
Class InputStreamSource
java.lang.Objectjavazoom.jl.decoder.InputStreamSource
- Source
public class InputStreamSource
extends java.lang.Object
Work In Progress.
An instance of InputStreamSource implements a
Source that provides data from an InputStream
. Seeking functionality is not supported.
InputStreamSource
public InputStreamSource(InputStream in)
read
public int read(byte[] b,
int offs,
int len)
throws IOException- read in interface Source
seek
public long seek(long to)
- seek in interface Source
JavaZOOM 1999-2005