Class | Description |
---|---|
EncoderRegistry |
Contains an unordered list of
Encoder s capable of encoding arbitrary data types. |
ImageHeaderParserRegistry |
Contains an unordered list of
ImageHeaderParser s capable of parsing image headers. |
LoadPathCache |
Maintains a cache of data, resource, and transcode classes to available
LoadPath s capable of decoding with the requested types. |
ModelToResourceClassCache |
Maintains a cache of Model + Resource class to a set of registered resource classes that are
subclasses of the resource class that can be decoded from the model class.
|
ResourceDecoderRegistry |
Contains an ordered list of
ResourceDecoder s capable of decoding arbitrary data types
into arbitrary resource types from highest priority decoders to lowest priority decoders. |
ResourceEncoderRegistry |
Contains an unordered list of
ResourceEncoder s capable of encoding arbitrary resource
types. |