Support for LZMA compressed SWF files

This commit is contained in:
Jindra Petk
2012-12-19 21:25:41 +01:00
parent 043fec588c
commit 33740d43f0
23 changed files with 4820 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
package SevenZip;
public interface ICodeProgress
{
public void SetProgress(long inSize, long outSize);
}