(Window window, int pointer)
| 319 | |
| 320 | protected interface EntryFactory { |
| 321 | public ZipEntry makeEntry(Window window, int pointer); |
| 322 | } |
| 323 | |
| 324 | private static class ZipEntryFactory implements EntryFactory { |
no outgoing calls
no test coverage detected