Package javazoom.jl.decoder
Class InputStreamSource
java.lang.Object
javazoom.jl.decoder.InputStreamSource
- All Implemented Interfaces:
Source
Work In Progress.
An instance of
InputStreamSource
implements a
Source
that provides data from an InputStream
. Seeking functionality is not supported.-
Constructor Details
-
InputStreamSource
-
-
Method Details
-
read
- Specified by:
read
in interfaceSource
- Throws:
IOException
-
willReadBlock
public boolean willReadBlock()- Specified by:
willReadBlock
in interfaceSource
-
isSeekable
public boolean isSeekable()- Specified by:
isSeekable
in interfaceSource
-
tell
public long tell() -
seek
public long seek(long to) -
length
public long length()
-