Added Optimize ABC action (remove unused items) - available through ABC Explorer

Fixed Outputstreams position calculation (ABCOutputStream, ...)
This commit is contained in:
Jindra Petřík
2024-07-29 10:48:50 +02:00
parent 7b609e08e8
commit 0e6c092e6a
18 changed files with 614 additions and 49 deletions

View File

@@ -16,6 +16,7 @@
*/
package com.jpexs.helpers;
import java.io.IOException;
import java.io.OutputStream;
/**
@@ -26,5 +27,5 @@ public class NulStream extends OutputStream {
@Override
public void write(int i) {
}
}
}