DOC

org.labcrypto : hottentot-runtime

Maven & Gradle

May 18, 2016

Hottentot RPC Framework · Hottentot is a simple and easy to use RPC Framework. It has its own IDL and generates source codes for different programming languages. C++ and Java are currently fully supported but Python and C support will be added soon. It also has a Serialization Framework which can be used without RPC stub generation feature to serialize objects in binary format.

Table Of Contents

Latest Version

Download org.labcrypto : hottentot-runtime Javadoc & API Documentation - Latest Versions:

All Versions

Download org.labcrypto : hottentot-runtime Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2

How to open Javadoc JAR file in web browser

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