Changed Methods |
IRandomAccessSource
createBestSource(
String )
|
Documentation changed from old to new. |
Creates a IRandomAccessSource based on a filename string. |
IRandomAccessSource
createBestSource(
FileChannel )
|
Documentation changed from old to new. |
Creates a IRandomAccessSource based on memory mapping a file channel. |
IRandomAccessSource
createSource(
InputStream )
|
Documentation changed from old to new. |
Creates a IRandomAccessSource based on an InputStream. |
IRandomAccessSource
createSource(
URL )
|
Documentation changed from old to new. |
Creates a IRandomAccessSource based on a URL. |