de.mcs.utils |
|
Java Source File Name | Type | Comment |
ArrayUtils.java | Class | Implements some utils for array hanling. |
Checksum16.java | Class | Build 16 bit checksum of some values. |
ConversionException.java | Class | This exception will be thrown in cases where tsome error occured in the
conversions class. |
Conversions.java | Class | This class encapsulates methods to deal with arrays of numbers, converting
from numbers to bytes and bytes to numbers.
Methods xxxToByte() convert a Java array of primitive numbers (int, short,
...) to a Java array of bytes. |
ExtendedBoolean.java | Class | this function is missing in java. |
ExtendedProperties.java | Class | This class extands the normal properties class with functions to directly get
simple types. |
Files.java | Class | Die Klasse Files definiert verschiedene statische Hilfsmethoden. |
FileTool.java | Class | filetool class. |
FolderZipper.java | Class | FolderZiper provide a static method to zip a folder. |
GetEnviroment.java | Class | Environment class simulates the System.getenv() method which is deprecated on
java 1.4.2. |
MD5Utils.java | Class | Some helper methode to build and convert a MD5 hash. |
NumberHelper.java | Class | This class helps to convert numbers. |
OSInformations.java | Class | Hetting informations about the underrlying OS. |
PropertiesHelper.java | Class | Some helper functions for properties like getting all keys with a regex. |
SoftHashMap.java | Class | Implements a Map with only soft references backuped by a hashmap. |
StartProcess.java | Class | Starting a process like java. |
StreamHelper.java | Class | This class contains some helper emthode for streaming operations. |
StreamReaderThread.java | Class | A threaded stream reader needed for starting external processes. |
StringFormat.java | Class | Implements missing String format functions as a function library. |
StringUtils.java | Class | This class provides static util methods for String manaipulation that aren't
part of the default JDK functionalities. |
ThreadPool.java | Class | this class is intend to implement a thread pool with the possibility to start
and stop all threads and to interact with some other parts of the program. |
Version.java | Class | this is a littel class to help versioning. |
WorkingThread.java | Class | This is the working thread class needed for the threadedpool. |
XarExtracter.java | Class | Extract files from a .ear, .war or .jar archive file. |
XarUpdater.java | Class | Modifies files in an .ear or .jar archive file. |