javazoom.jl.decoder

Class InputStreamSource

public class InputStreamSource extends Object implements Source

Work In Progress. An instance of InputStreamSource implements a Source that provides data from an InputStream . Seeking functionality is not supported.
Constructor Summary
InputStreamSource(InputStream in)
Method Summary
booleanisSeekable()
longlength()
intread(byte[] b, int offs, int len)
longseek(long to)
longtell()
booleanwillReadBlock()

Constructor Detail

InputStreamSource

public InputStreamSource(InputStream in)

Method Detail

isSeekable

public boolean isSeekable()

length

public long length()

read

public int read(byte[] b, int offs, int len)

seek

public long seek(long to)

tell

public long tell()

willReadBlock

public boolean willReadBlock()
JavaZOOM 1999-2005