(Window w, int p)
| 179 | } |
| 180 | |
| 181 | protected static int uncompressedSize(Window w, int p) throws IOException { |
| 182 | return get4(w, p + 24); |
| 183 | } |
| 184 | |
| 185 | private static int fileNameLength(Window w, int p) throws IOException { |
| 186 | return get2(w, p + 28); |
no test coverage detected