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
static final long LENGTH_UNKNOWN
- See Also:
- Constant Field Values
read
int read(byte[] b,
int offs,
int len)
throws IOException
- Throws:
IOException
willReadBlock
boolean willReadBlock()
isSeekable
boolean isSeekable()
length
long length()
tell
long tell()
seek
long seek(long pos)
Copyright © 2012. All Rights Reserved.