User Activity

  • Posted a comment on discussion Open Discussion on 7-Zip-JBinding

    It works correctly with FileOutputStream with parameter 'true'. result = item.extractSlow(new ISequentialOutStream() { @SneakyThrows public int write(byte[] data) throws SevenZipException { FileOutputStream wr = null; try { wr = new FileOutputStream("c:\\Users\\1\\tt.pdf", true); wr.write(data); } catch (FileNotFoundException e) { // TODO Auto-generated catch block e.printStackTrace(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } finally { if (wr != null) {...

  • Posted a comment on discussion Open Discussion on 7-Zip-JBinding

    Please describe your decision. I faced the same problem. Thanks

View All

Personal Data

Username:
antisida
Joined:
2023-12-21 07:31:49.365000

Projects

  • No projects to display.

Personal Tools

Auth0 Logo