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.TzDataDefault
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZoneInfoDB.TzDatagetInstance()
-
-
-
Method Detail
-
getInstance
public static ZoneInfoDB.TzData getInstance()
-
-