mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 15:04:32 +00:00
trunk contents moved to root
This commit is contained in:
6
libsrc/LZMA/src/SevenZip/ICodeProgress.java
Normal file
6
libsrc/LZMA/src/SevenZip/ICodeProgress.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package SevenZip;
|
||||
|
||||
public interface ICodeProgress
|
||||
{
|
||||
public void SetProgress(long inSize, long outSize);
|
||||
}
|
||||
Reference in New Issue
Block a user