Class ICUZDump

java.lang.Object
com.ibm.icu.dev.tool.timezone.ICUZDump

public class ICUZDump extends Object
TimeZone transition dump tool.
  • Field Details

  • Constructor Details

    • ICUZDump

      public ICUZDump()
  • Method Details

    • setLowYear

      public void setLowYear(int loyear)
    • setHighYear

      public void setHighYear(int hiyear)
    • setTick

      public void setTick(int tick)
    • setTimeZone

      public void setTimeZone(Object tzimpl)
    • setDumpFormatter

      public void setDumpFormatter(ICUZDump.DumpFormatter formatter)
    • setLineSeparator

      public void setLineSeparator(String sep)
    • dump

      public void dump(Writer w) throws IOException
      Throws:
      IOException
    • getCutOverTimes

      private long[] getCutOverTimes()
    • main

      public static void main(String[] args)
    • dumpZone

      private static void dumpZone(Writer w, String lineSep, String tzid, int low, int high, boolean isJdk) throws IOException
      Throws:
      IOException