https://bz.apache.org/bugzilla/show_bug.cgi?id=61182
--- Comment #5 from Tim Allison <[email protected]> --- Created attachment 35140 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35140&action=edit requested binary dump pkg1.save(bos); pkg1.close(); OutputStream tmp = new FileOutputStream(new File("C:/data/testsig.bin")); IOUtils.copy(new ByteArrayInputStream(bos.toByteArray()), tmp); tmp.flush(); tmp.close(); Thank you, Andi! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
