(Window w, int p)
| 187 | } |
| 188 | |
| 189 | private static int extraFieldLength(Window w, int p) throws IOException { |
| 190 | return get2(w, p + 30); |
| 191 | } |
| 192 | |
| 193 | private static int commentFieldLength(Window w, int p) throws IOException { |
| 194 | return get2(w, p + 32); |