DOC

org.rdfhdt : hdt-java-parent

Maven & Gradle

Jan 16, 2023
92 stars

RDF/HDT · HDT (Header, Dictionary, Triples) is a compact data structure and binary serialization format for RDF that keeps big datasets compressed to save space while maintaining search and browse operations without prior decompression. This makes it an ideal format for storing and sharing RDF datasets on the Web.

Table Of Contents

Latest Version

Download org.rdfhdt : hdt-java-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file hdt-java-parent-3.0.9-javadoc.jar to hdt-java-parent-3.0.9-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder hdt-java-parent-3.0.9-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 "hdt-java-parent-3.0.9-sources.jar" -d "hdt-java-parent-3.0.9-javadoc" -subpackages 

Advertisement