DOC

com.siemens.ct.exi : exificient-gui

Maven & Gradle

Nov 08, 2018
51 stars

EXIficientGUI · EXIficient is an open source implementation of the W3C Efficient XML Interchange (EXI) format specification written in the Java programming language. The EXI format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources.

Table Of Contents

Latest Version

Download com.siemens.ct.exi : exificient-gui Javadoc & API Documentation - Latest Versions:

All Versions

Download com.siemens.ct.exi : exificient-gui Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
0.9.x

How to open Javadoc JAR file in web browser

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

Advertisement