(Window w, int p)
| 175 | } |
| 176 | |
| 177 | protected static int compressedSize(Window w, int p) throws IOException { |
| 178 | return get4(w, p + 20); |
| 179 | } |
| 180 | |
| 181 | protected static int uncompressedSize(Window w, int p) throws IOException { |
| 182 | return get4(w, p + 24); |
no test coverage detected