jar

org.openrefine.dependencies : arithcode

Maven & Gradle

Jul 25, 2020
1 usages
7 stars

Arithcode · A Java implementation of arithmetic coding and PPM compression.

Table Of Contents

Latest Version

Download org.openrefine.dependencies : arithcode JAR file - Latest Versions:

All Versions

Download org.openrefine.dependencies : arithcode JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window arithcode-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.colloquial.arithcode

├─ com.colloquial.arithcode.ArithCoder.class - [JAR]

├─ com.colloquial.arithcode.ArithDecoder.class - [JAR]

├─ com.colloquial.arithcode.ArithEncoder.class - [JAR]

com.colloquial.io

├─ com.colloquial.io.BitInput.class - [JAR]

├─ com.colloquial.io.BitOutput.class - [JAR]

├─ com.colloquial.io.Util.class - [JAR]

com.colloquial.arithcode.demo

├─ com.colloquial.arithcode.demo.CalgaryDemo.class - [JAR]

├─ com.colloquial.arithcode.demo.PPMCompress.class - [JAR]

├─ com.colloquial.arithcode.demo.PPMDecompress.class - [JAR]

com.colloquial.arithcode.ppm

├─ com.colloquial.arithcode.ppm.AdaptiveUnigramModel.class - [JAR]

├─ com.colloquial.arithcode.ppm.ArithCodeInputStream.class - [JAR]

├─ com.colloquial.arithcode.ppm.ArithCodeModel.class - [JAR]

├─ com.colloquial.arithcode.ppm.ArithCodeOutputStream.class - [JAR]

├─ com.colloquial.arithcode.ppm.ByteBuffer.class - [JAR]

├─ com.colloquial.arithcode.ppm.ByteSet.class - [JAR]

├─ com.colloquial.arithcode.ppm.Converter.class - [JAR]

├─ com.colloquial.arithcode.ppm.ExcludingAdaptiveUnigramModel.class - [JAR]

├─ com.colloquial.arithcode.ppm.PPMModel.class - [JAR]

├─ com.colloquial.arithcode.ppm.PPMNode.class - [JAR]

├─ com.colloquial.arithcode.ppm.TokenStreamEncoder.class - [JAR]

├─ com.colloquial.arithcode.ppm.UniformModel.class - [JAR]

Advertisement