Assorted ZipFile improvements

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      ZipEntryIterator synchronizes on both hasNext and next. One is sufficient.

      Each ZipFile holds on to an ArrayList of META-INF names. Storage retention can be improved if:
      - use null if no META-INF
      - use int[] instead of ArrayList<Integer>
      - stop storing directory entry names

            Assignee:
            Martin Buchholz
            Reporter:
            Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: