LENGTH_UNKNOWN| Constructor and Description |
|---|
InputStreamSource(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSeekable() |
long |
length() |
int |
read(byte[] b,
int offs,
int len) |
long |
seek(long to) |
long |
tell() |
boolean |
willReadBlock() |
public int read(byte[] b,
int offs,
int len)
throws java.io.IOException
public boolean willReadBlock()
willReadBlock in interface Sourcepublic boolean isSeekable()
isSeekable in interface Source