-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
-
b120
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
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