Package | Description |
---|---|
com.physpics.tools |
This package provides a number of utilities, especially for dealing with files.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AssetsImpl.fetch(AssetsImpl.Locations locs,
java.lang.String assetName)
Fetch an asset from the most available of its sources.
|
static IOUtils.InfoInputStream |
AssetsImpl.fetchInputStream(AssetsImpl.Locations locs,
java.lang.String assetName)
Fetch an InfoInputStream for an asset from
the most available of its sources.
|
static Reader |
AssetsImpl.fetchReader(AssetsImpl.Locations locs,
java.lang.String assetName,
java.nio.charset.Charset chset)
Fetch a Reader for an asset from
the most available of its sources.
|
static File |
AssetsImpl.getRetentionFile(AssetsImpl.Locations locs,
java.lang.String assetName)
Get a File into which to store an asset.
|
static boolean |
AssetsImpl.retain(AssetsImpl.Locations locs,
java.lang.String assetName,
java.lang.String contents)
Save an asset of String type.
|