mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add LZMA.
This commit is contained in:
6
3rdparty/lzma-21.03beta/Java/SevenZip/ICodeProgress.java
vendored
Normal file
6
3rdparty/lzma-21.03beta/Java/SevenZip/ICodeProgress.java
vendored
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