file = TestData.file(this, "bogota.jp2");
}catch (FileNotFoundException fnfe){
LOGGER.warning("test-data not found: bogota.jp2 \nTests are skipped");
return;
}
final JP2KFormat format= factorySpi.createFormat();
assertTrue(format.accepts(file));
// //
//
// Testing Direct read
//