|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Source
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 |
|---|
static final long LENGTH_UNKNOWN
| Method Detail |
|---|
int read(byte[] b,
int offs,
int len)
throws java.io.IOException
java.io.IOExceptionboolean willReadBlock()
boolean isSeekable()
long length()
long tell()
long seek(long pos)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||