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:
readin interfaceSource- Throws:
IOException
-
willReadBlock
public boolean willReadBlock()- Specified by:
willReadBlockin interfaceSource
-
isSeekable
public boolean isSeekable()- Specified by:
isSeekablein interfaceSource
-
tell
public long tell() -
seek
public long seek(long to) -
length
public long length()
-