|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Work in progress. Class to describe a seekable data source.
Field Summary | |
static long |
LENGTH_UNKNOWN
|
Method Summary | |
boolean |
isSeekable()
|
long |
length()
|
int |
read(byte[] b,
int offs,
int len)
|
long |
seek(long pos)
|
long |
tell()
|
boolean |
willReadBlock()
|
Field Detail |
public static final long LENGTH_UNKNOWN
Method Detail |
public int read(byte[] b, int offs, int len) throws java.io.IOException
public boolean willReadBlock()
public boolean isSeekable()
public long length()
public long tell()
public long seek(long pos)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |