9596979899100101102103104105
r.setDWTLevels(minLevels); channels.Native_destroy(); if (codestream.Exists()) codestream.Destroy(); kduIn.Native_destroy(); inputSource.Native_destroy(); jp2_family_in.Native_destroy(); } catch (KduException e) { throw new DjatokaException(e); }
416417418419420421422423424425426
decompressor.Native_destroy(); channels.Native_destroy(); if (codestream.Exists()) codestream.Destroy(); inputSource.Native_destroy(); input.Native_destroy(); jp2_family_in.Native_destroy(); return image; } catch (KduException e) { e.printStackTrace();
9899100101102103104105106107108
channels.Native_destroy(); if (codestream.Exists()) { codestream.Destroy(); } kduIn.Native_destroy(); inputSource.Native_destroy(); jp2_family_in.Native_destroy(); } catch (KduException e) { throw new DjatokaException(e.getMessage(), e); }
483484485486487488489490491492493
channels.Native_destroy(); if (codestream.Exists()) { codestream.Destroy(); } inputSource.Native_destroy(); input.Native_destroy(); jp2_family_in.Native_destroy(); return image; } catch (KduException e) { e.printStackTrace();