| Package | Description |
|---|---|
| com.threerings.cast.bundle | |
| com.threerings.media.tile.bundle | |
| com.threerings.resource |
| Modifier and Type | Method and Description |
|---|---|
static Object |
BundleUtil.loadObject(ResourceBundle bundle,
String path,
boolean wipeOnFailure)
Attempts to load an object from the supplied resource bundle with the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundledTileSetRepository.addBundle(ResourceBundle bundle)
Registers the bundle with the tileset repository, overriding any
bundle with the same id or name.
|
static TileSetBundle |
BundleUtil.extractBundle(ResourceBundle bundle)
Extracts, but does not initialize, a serialized tileset bundle
instance from the supplied resource bundle.
|
void |
TileSetBundle.init(ResourceBundle bundle)
Initializes this resource bundle with a reference to the jarfile from which it was loaded
and from which it can load image data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileResourceBundle
A resource bundle provides access to the resources in a jar file.
|
class |
KnownAvailabilityResourceBundle
Keeps a set of known resources and allows implementors to ask if a resource is in it before
performing a potentially expensive failed lookup.
|
class |
NetworkResourceBundle
Resource bundle that retrieves its contents via HTTP over the network from a root URL.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle[] |
ResourceManager.getResourceSet(String name)
Returns a reference to the resource set with the specified name, or null if no set exists
with that name.
|
Copyright © 2015. All rights reserved.