Package libcore.util
Class ZoneInfoDB
java.lang.Object
libcore.util.ZoneInfoDB
public final class ZoneInfoDB extends Object
A class used to initialize the time zone database. This implementation uses the
Olson tzdata as the source of time zone information. However, to conserve
disk space (inodes) and reduce I/O, all the data is concatenated into a single file,
with an index to indicate the starting position of each time zone record.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZoneInfoDB.TzDatastatic classZoneInfoDB.TzDataAndroid -
Method Summary
Modifier and Type Method Description static ZoneInfoDB.TzDatagetInstance()
-
Method Details
-
getInstance
-