(String filename, Buffer dest, int width, int height)
| 7 | */ |
| 8 | public interface JPEGLoader { |
| 9 | void decompress(String filename, Buffer dest, int width, int height); |
| 10 | |
| 11 | int[] dimensions(String filename); |
| 12 |
no outgoing calls
no test coverage detected