public class SeekableStreamFactory
extends java.lang.Object
SeekableStreams from URL/paths
Applications using this library can set their own factory| Modifier and Type | Method and Description |
|---|---|
static ISeekableStreamFactory |
getInstance() |
static boolean |
isFilePath(java.lang.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(java.lang.String path)
path - the path to test