public class SeekableStreamFactory extends Object
SeekableStream
s from URL/paths
Applications using this library can set their own factoryModifier and Type | Method | Description |
---|---|---|
static ISeekableStreamFactory |
getInstance() |
|
static boolean |
isFilePath(String path) |
Does this path point to a regular file on disk and not something like a URL?
|
static void |
setInstance(ISeekableStreamFactory factory) |
public static void setInstance(ISeekableStreamFactory factory)
public static ISeekableStreamFactory getInstance()
public static boolean isFilePath(String path)
path
- the path to test