org.dellroad.lzma.client.SevenZip.ICodeProgress Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-lzma Show documentation
Show all versions of gwt-lzma Show documentation
gwt-lzma is a GWT module that implements the Lempel-Ziv-Markov chain (LZMA) compression
algorithm. This is a generic compression library, i.e., compression in Javascript,
not just compression of Javascript (i.e., "minification").
package org.dellroad.lzma.client.SevenZip;
public interface ICodeProgress
{
public void SetProgress(long inSize, long outSize);
}