All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dellroad.lzma.client.SevenZip.ICodeProgress Maven / Gradle / Ivy

Go to download

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").

There is a newer version: 1.2-8
Show newest version
package org.dellroad.lzma.client.SevenZip;

public interface ICodeProgress
{
	public void SetProgress(long inSize, long outSize);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy