mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Move placement of lzma.
This commit is contained in:
6
3rdparty/lzma/Java/SevenZip/ICodeProgress.java
vendored
Normal file
6
3rdparty/lzma/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