LENGTH_UNKNOWN| Constructor and Description |
|---|
InputStreamSource(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 InputStreamSource(InputStream in)
public int read(byte[] b,
int offs,
int len)
throws IOException
read in interface SourceIOExceptionpublic boolean willReadBlock()
willReadBlock in interface Sourcepublic boolean isSeekable()
isSeekable in interface SourceCopyright © 2016. All Rights Reserved.