tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ICodeProgress.java (113B)


      1 package SevenZip;
      2 
      3 public interface ICodeProgress
      4 {
      5 public void SetProgress(long inSize, long outSize);
      6 }