Package org.teavm.classlib.impl.tz
Class TimeZoneCache
java.lang.Object
org.teavm.classlib.impl.tz.TimeZoneCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
read
(InputStream input) void
write
(OutputStream output, Collection<StorableDateTimeZone> timeZones)
-
Constructor Details
-
TimeZoneCache
public TimeZoneCache()
-
-
Method Details
-
write
public void write(OutputStream output, Collection<StorableDateTimeZone> timeZones) throws IOException - Throws:
IOException
-
read
- Throws:
IOException
-
main
- Throws:
IOException
-