(Window w, int p)
| 162 | } |
| 163 | |
| 164 | private static int entryNameLength(Window w, int p) throws IOException { |
| 165 | return get2(w, p + 28); |
| 166 | } |
| 167 | |
| 168 | protected static String entryName(Window w, int p) throws IOException { |
| 169 | int length = entryNameLength(w, p); |