jar

com.yahoo.vespa : airlift-zstd

Maven & Gradle

Aug 24, 2023
4.4k stars

Fork of https://github.com/airlift/aircompressor (zstd only). This module is temporary until we get an official release that includes the ZstdInputStream API (which is already implemented by two different people but neither PR shows any progress).

Table Of Contents

Latest Version

Download com.yahoo.vespa : airlift-zstd JAR file - Latest Versions:

All Versions

Download com.yahoo.vespa : airlift-zstd JAR file - All Versions:

Version Vulnerabilities Size Updated
8.216.x
8.215.x
8.213.x
8.212.x
8.211.x
8.210.x
8.209.x
8.208.x
8.207.x
8.205.x
8.204.x
8.202.x
8.198.x
8.194.x
8.192.x
8.191.x
8.190.x
8.189.x
8.188.x
8.186.x
8.185.x
8.184.x
8.183.x
8.181.x
8.180.x
8.179.x
8.178.x
8.177.x
8.176.x
8.175.x
8.174.x
8.173.x
8.172.x
8.171.x
8.170.x
8.168.x
8.167.x
8.165.x
8.164.x
8.162.x
8.161.x
8.159.x
8.158.x
8.157.x
8.156.x
8.155.x
8.154.x
8.153.x
8.151.x
8.149.x
8.148.x
8.147.x
8.146.x
8.145.x
8.144.x
8.143.x
8.142.x
8.141.x
8.140.x
8.137.x
8.136.x
8.134.x
8.133.x
8.132.x
8.131.x
8.130.x
8.129.x
8.128.x
8.127.x
8.126.x
8.125.x
8.122.x
8.121.x
8.120.x
8.119.x
8.118.x
8.117.x
8.116.x
8.115.x
8.113.x
8.111.x
8.109.x
8.108.x
8.106.x
8.105.x

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 airlift-zstd-8.216.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ai.vespa.airlift.zstd

├─ ai.vespa.airlift.zstd.BitInputStream.class - [JAR]

├─ ai.vespa.airlift.zstd.BitOutputStream.class - [JAR]

├─ ai.vespa.airlift.zstd.BlockCompressionState.class - [JAR]

├─ ai.vespa.airlift.zstd.BlockCompressor.class - [JAR]

├─ ai.vespa.airlift.zstd.CompressionContext.class - [JAR]

├─ ai.vespa.airlift.zstd.CompressionParameters.class - [JAR]

├─ ai.vespa.airlift.zstd.Constants.class - [JAR]

├─ ai.vespa.airlift.zstd.DoubleFastBlockCompressor.class - [JAR]

├─ ai.vespa.airlift.zstd.FiniteStateEntropy.class - [JAR]

├─ ai.vespa.airlift.zstd.FrameHeader.class - [JAR]

├─ ai.vespa.airlift.zstd.FseCompressionTable.class - [JAR]

├─ ai.vespa.airlift.zstd.FseTableReader.class - [JAR]

├─ ai.vespa.airlift.zstd.Histogram.class - [JAR]

├─ ai.vespa.airlift.zstd.Huffman.class - [JAR]

├─ ai.vespa.airlift.zstd.HuffmanCompressionContext.class - [JAR]

├─ ai.vespa.airlift.zstd.HuffmanCompressionTable.class - [JAR]

├─ ai.vespa.airlift.zstd.HuffmanCompressionTableWorkspace.class - [JAR]

├─ ai.vespa.airlift.zstd.HuffmanCompressor.class - [JAR]

├─ ai.vespa.airlift.zstd.HuffmanTableWriterWorkspace.class - [JAR]

├─ ai.vespa.airlift.zstd.NodeTable.class - [JAR]

├─ ai.vespa.airlift.zstd.RepeatedOffsets.class - [JAR]

├─ ai.vespa.airlift.zstd.SequenceEncoder.class - [JAR]

├─ ai.vespa.airlift.zstd.SequenceEncodingContext.class - [JAR]

├─ ai.vespa.airlift.zstd.SequenceStore.class - [JAR]

├─ ai.vespa.airlift.zstd.UnsafeUtil.class - [JAR]

├─ ai.vespa.airlift.zstd.Util.class - [JAR]

├─ ai.vespa.airlift.zstd.XxHash64.class - [JAR]

├─ ai.vespa.airlift.zstd.ZstdBlockDecompressor.class - [JAR]

├─ ai.vespa.airlift.zstd.ZstdCompressor.class - [JAR]

├─ ai.vespa.airlift.zstd.ZstdDecompressor.class - [JAR]

├─ ai.vespa.airlift.zstd.ZstdFrameCompressor.class - [JAR]

├─ ai.vespa.airlift.zstd.ZstdFrameDecompressor.class - [JAR]

├─ ai.vespa.airlift.zstd.ZstdInputStream.class - [JAR]

ai.vespa.airlift.compress

├─ ai.vespa.airlift.compress.Compressor.class - [JAR]

├─ ai.vespa.airlift.compress.Decompressor.class - [JAR]

├─ ai.vespa.airlift.compress.IncompatibleJvmException.class - [JAR]

├─ ai.vespa.airlift.compress.MalformedInputException.class - [JAR]

Advertisement