DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.yahoo.vespa : airlift-zstd Javadoc & API Documentation - All Versions:

Version Size Javadoc 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

How to open Javadoc JAR file in web browser

  1. Rename the file airlift-zstd-8.216.8-javadoc.jar to airlift-zstd-8.216.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder airlift-zstd-8.216.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "airlift-zstd-8.216.8-sources.jar" -d "airlift-zstd-8.216.8-javadoc" -subpackages 

Advertisement