Commons.unkrig.de: Difference between revisions

From unkrig.de
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
* [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/asm/package-summary.html de.unkrig.commons.asm]: Helper classes that are useful in the context of [http://forge.ow2.org/projects/asm/ ASM]
* [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/asm/package-summary.html de.unkrig.commons.asm]: Helper classes that are useful in the context of [http://forge.ow2.org/projects/asm/ ASM]


* [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/file/package-summary.html de.unkrig.commons.file]: Functionality for [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/file/fileprocessing/package-summary.html processing] or [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/file/filetransformation/package-summary.html transforming] trees of directories, files, ZIP and GZIP files, and even nested ZIP and GZIP files
* [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/file/package-summary.html de.unkrig.commons.file]: Functionality for [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/file/fileprocessing/package-summary.html processing] or [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/file/filetransformation/package-summary.html transforming] trees of directories, files, compressed and archive files, and even nested compressed and archive files. Supports more than a dozen compression and archive formats.


* [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/io/package-summary.html de.unkrig.commons.io]: Functionality around byte streams and readers/writers, e.g. for converting a byte stream into a hex dump, or formatting an XML document
* [http://commons.unkrig.de/javadoc/index.html?de/unkrig/commons/io/package-summary.html de.unkrig.commons.io]: Functionality around byte streams and readers/writers, e.g. for converting a byte stream into a hex dump, or formatting an XML document

Revision as of 18:10, 5 February 2015

de.unkrig.commons is a versatile Java™ library that implements many useful container and utility classes

Overview

de.unkrig.commons is structured in several packages who's names are aligned to the related packages in the JDK libraries:

  • de.unkrig.commons.file: Functionality for processing or transforming trees of directories, files, compressed and archive files, and even nested compressed and archive files. Supports more than a dozen compression and archive formats.
  • de.unkrig.commons.io: Functionality around byte streams and readers/writers, e.g. for converting a byte stream into a hex dump, or formatting an XML document

Source Code

The source code is available through SVN:

   https://svn.code.sf.net/p/loggifier/code

Download

Binaries are available here:

   http://commons.unkrig.de/download/

Changes are documented in the change log.

API Documentation

JAVADOC is available online:

   http://commons.unkrig.de/javadoc/

License

COMMONS.UNKRIG.DE is published under the "New BSD License".