source: other-projects/trunk/7z-ant/src/SevenZip/ICodeProgress.java@ 17387

Last change on this file since 17387 was 17387, checked in by oranfry, 16 years ago

Modified ant task which works with the updated 7zip API

File size: 113 bytes
Line 
1package SevenZip;
2
3public interface ICodeProgress
4{
5 public void SetProgress(long inSize, long outSize);
6}
Note: See TracBrowser for help on using the repository browser.