(Window w, int p)
| 171 | } |
| 172 | |
| 173 | private static int compressionMethod(Window w, int p) throws IOException { |
| 174 | return get2(w, p + 10); |
| 175 | } |
| 176 | |
| 177 | protected static int compressedSize(Window w, int p) throws IOException { |
| 178 | return get4(w, p + 20); |