DOC

dev.filechampion : filechampion4j

Maven & Gradle

May 14, 2023
1 stars

filechampion4j · FileChampion4j is a powerful and flexible Java library for validating and processing files. The library can be used to check files for a variety of properties, including mime type, magic bytes, header signatures, footer signatures, maximum size, and more. The library can also execute extension plugins that are defined for the file type.

Table Of Contents

Latest Version

Download dev.filechampion : filechampion4j Javadoc & API Documentation - Latest Versions:

All Versions

Download dev.filechampion : filechampion4j Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

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