01: package java.util;
02:
03: import gnu.classpath.Configuration;
04:
05: import java.io.*;
06:
07: final class VMTimeZone {
08: static {
09: }
10:
11: static TimeZone getDefaultTimeZoneId() {
12: }
13:
14: private static String readTimeZoneFile(String file) {
15: }
16:
17: private static String readtzFile(String file) {
18: }
19:
20: private static void skipFully(InputStream is, long l)
21: throws IOException {
22: }
23:
24: private static native String getSystemTimeZoneId();
25: }
|