This class provides a protocol (a pure abstract interface) for loading a time zone object.
Declared in <baltzo_loader.h>
class Loader;
| Name | Description |
|---|---|
~Loader [destructor] [virtual] | Destroy this object. |
loadTimeZone [virtual] | Load time zone information for the specified timeZoneId. |
| Name | Description |
|---|---|
DataFileLoader | Concrete Loader for Zoneinfo binary files on the file system. |
TestLoader | Concrete test implementation of the Loader protocol for Zoneinfo. |