96979899100101102103104105106
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); }
415416417418419420421422423424425
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) {
99100101102103104105106107108109
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); }
482483484485486487488489490491492
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) {