Package com.threerings.resource

Interface Summary
ResourceManager.InitObserver Provides facilities for notifying an observer of the resource unpacking process.
ResourceManager.ModificationObserver Notifies observers of modifications to resources (as indicated by a change to their File.lastModified() property).
 

Class Summary
FastImageIO Provides routines for writing and reading uncompressed 8-bit color mapped images in a manner that is extremely fast and generates a minimal amount of garbage during the loading process.
FileResourceBundle A resource bundle provides access to the resources in a jar file.
Handler This class is not used directly, except by a registering ResourceManager so that we can load data from the resource manager using URLs of the form resource://<resourceSet>/<path>.
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.
Log Contains a reference to the log object used by the resource management package.
NetworkResourceBundle Resource bundle that retrieves its contents via HTTP over the network from a root URL.
ResourceBundle A resource bundle provides access to media resources.
ResourceManager The resource manager is responsible for maintaining a repository of resources that are synchronized with a remote source.
ResourceManager.AWTInitObserver An adapter that wraps an ResourceManager.InitObserver and routes all method invocations to the AWT thread.
ResourceManager.ObservedResource Contains the state of an observed file resource.
ResourceManager.ResourceModifiedOp An observer op that calls ResourceManager.ModificationObserver.resourceModified(java.lang.String, long).
ResourceManager.Unpacker Used to unpack bundles on a separate thread.