public class TimeZoneCache extends Object
Constructor and Description |
---|
TimeZoneCache() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
Map<String,StorableDateTimeZone> |
read(InputStream input) |
void |
write(OutputStream output,
Collection<StorableDateTimeZone> timeZones) |
public void write(OutputStream output, Collection<StorableDateTimeZone> timeZones) throws IOException
IOException
public Map<String,StorableDateTimeZone> read(InputStream input) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2019. All rights reserved.