| Name | Description | Type | Package | Framework |
| AbstractCommand | The AbstractCommand is a default ICommand implementation and should be used as superclass for Constructor SummaryAbstractCommand() | Class | com.sibvisions.util.db | JVX |
| ArrayUtil | Resizable-array implementation of the List interface. | Class | com.sibvisions.util | JVX |
| BeanUtil | Class | com.sibvisions.util.type | JVX | |
| ByteArrayDataSource | The ByteArrayDataSource class is a utility class for IFileHandle data. | Class | com.sibvisions.util | JVX |
| ByteCountInputStream | The ByteCountInputStream is an InputStream wrapper which counts read bytes and also enables reading of expected bytes if known. | Class | com.sibvisions.util.io | JVX |
| ByteCountOutputStream | The ByteCountOutputStream is an OutputStream wrapper which counts written bytes. | Class | com.sibvisions.util.io | JVX |
| ByteUtil | The ByteUtil contains methods for byte(array) operations and manipulations. | Class | com.sibvisions.util.type | JVX |
| ChangedHashtable | The ChangedHashtable is a synchronized Hashtable which tracks changes to keys and values. | Class | com.sibvisions.util | JVX |
| CodecUtil | The CodecUtil contains methods for encode and decode operations. | Class | com.sibvisions.util.type | JVX |
| CommonUtil | The CommonUtil contains utility methods for handling type independent operations. | Class | com.sibvisions.util.type | JVX |
| DateUtil | The DateUtil is a utility class for date conversion and for formatting datesConstructor SummaryDateUtil() | Class | com.sibvisions.util.type | JVX |
| DBImporter | The DBImporter executes DML or DDL statements. | Class | com.sibvisions.util.db | JVX |
| DBImporter .DBStatement | The DBStatement is a simple POJO that stores the statement (with or without wildcards) and the parameters, if available. | Class | com.sibvisions.util.db | JVX |
| ExceptionUtil | The ExceptionUtil provides common functionality for working with and processing exceptions. | Class | com.sibvisions.util.type | JVX |
| Execute | The Execute class executes external programs. | Class | com.sibvisions.util | JVX |
| FileSearch | The FileSearch is a utility class to search files and directories. | Class | com.sibvisions.util | JVX |
| FileUtil | Class | com.sibvisions.util.type | JVX | |
| FileUtil .CopyMode | File or directory copy mode. | Class | com.sibvisions.util.type | JVX |
| FileViewer | Class | com.sibvisions.util | JVX | |
| GroupHashtable | The GroupHashtable is a utility class to group multiple key/value pairs with a single group key. | Class | com.sibvisions.util | JVX |
| HttpUtil | The HttpUtil is a utility class for http communication. | Class | com.sibvisions.util.type | JVX |
| ICloseable | A ICloseable is a source or destination of data that can be closed. | Interface | com.sibvisions.util | JVX |
| IdentityKeyValueList | The KeyValueList is a special IdentityHashMap. | Class | com.sibvisions.util | JVX |
| IExecuteListener | Defines execution events. | Interface | com.sibvisions.util.event | JVX |
| ILogger | The ILogger defines methods for logging within an application. | Interface | com.sibvisions.util.log | JVX |
| ILogger .LogLevel | Class | com.sibvisions.util.log | JVX | |
| ImageUtil | The ImageUtil provides useful image operation/manipulation methods. | Class | com.sibvisions.util.type | JVX |
| ImageUtil .ImageFormat | Class | com.sibvisions.util.type | JVX | |
| ImmutableArray | The ImmutableArray gives the functionality of immutable arrays. | Class | com.sibvisions.util | JVX |
| Internalize | Intern functionality for all immutable Objects. | Class | com.sibvisions.util | JVX |
| IntHashMap | The IntHashMap is a very efficient int hash map. | Class | com.sibvisions.util | JVX |
| IResourceArchive | The IResourceArchive defines the access to resources which are available in archives. | Interface | com.sibvisions.util.type | JVX |
| IValidatable | The IValidatable defines an object that can be validated, meaning it has a valid and an invalid state. | Interface | com.sibvisions.util | JVX |
| JdkLineFormatter | The JdkLineFormatter is a Formatter implementation. | Class | com.sibvisions.util.log.jdk | JVX |
| JdkLogger | The JdkLogger is the ILogger for the java logging API. | Class | com.sibvisions.util.log.jdk | JVX |
| JdkLoggerFactory | The JdkLoggerFactory is the LoggerFactory implementation for the java logging API. | Class | com.sibvisions.util.log.jdk | JVX |
| JdkStandardLogger | The JdkStandardLogger is a special logger for the case that a security manager denies the access to the log properties. | Class | com.sibvisions.util.log.jdk | JVX |
| KeyValueList | The KeyValueList mapps multiple values to a single key. | Class | com.sibvisions.util | JVX |
| LocaleUtil | Class | com.sibvisions.util.type | JVX | |
| Log4jLogger | The Log4jLogger is the ILogger implementation for log4j. | Class | com.sibvisions.util.log.log4j | JVX |
| Log4jLoggerFactory | The Log4jLoggerFactory is the LoggerFactory extension for log4j. | Class | com.sibvisions.util.log.log4j | JVX |
| LoggerFactory | The LoggerFactory is a factory for creating ILogger instances, for the configured log technology. | Class | com.sibvisions.util.log | JVX |
| MagicByteInputStream | The MagicByteInputStream is an InputStream wrapper which reads some magic bytes from the end of the stream. | Class | com.sibvisions.util.io | JVX |
| The Mail class is a utility class for sending mails. | Class | com.sibvisions.util | JVX | |
| MD4MessageDigest | Class | com.sibvisions.util.security | JVX | |
| Memory | Class | com.sibvisions.util | JVX | |
| NonClosingInputStream | The NonClosingInputstream is an InputStream wrapper that is not closable. | Class | com.sibvisions.util.io | JVX |
| NonClosingOutputStream | The NonClosingOutputStream is an OutputStream wrapper that is not closable. | Class | com.sibvisions.util.io | JVX |
| NullOutputStream | The NullOutputStream is an OutputStream which doesn't write anything. | Class | com.sibvisions.util.io | JVX |
| NumberUtil | The NumberUtil is a utility class for number conversion and for formatting numbersConstructor SummaryNumberUtil() | Class | com.sibvisions.util.type | JVX |
| ObjectCache | The ObjectCache is a utility class to cache/store objects for a period of time. | Class | com.sibvisions.util | JVX |
| ObjectCacheInstance | The ObjectCacheInstance is a utility class to cache/store objects for a period of time. | Class | com.sibvisions.util | JVX |
| OrderedHashtable | The OrderedHashtable extends a Hashtable and keeps the add order. | Class | com.sibvisions.util | JVX |
| ProxyUtil | The ProxyUtil detects a system proxy. | Class | com.sibvisions.util | JVX |
| Reflective | This is a utility class to call different methods of classes via java. | Class | com.sibvisions.util | JVX |
| Reflective .Parameter | The Parameter class is a placeholder for parameters. | Class | com.sibvisions.util | JVX |
| ResourceUtil | The ResourceUtil contains resource and class dependent utility methods. | Class | com.sibvisions.util.type | JVX |
| ScreenUtil | The ScreenUtil contains utility methods which solves common screen problems. | Class | com.sibvisions.util.type | JVX |
| SecureHash | The SecureHash class provides the functionality of a message digest algorithm, such as MD5 or SHA. | Class | com.sibvisions.util | JVX |
| SecurityProvider | The SecurityProvider is a Provider that mapps all additional message digests and offers them through Security. | Class | com.sibvisions.util.security | JVX |
| ShadowCopyInputStream | The ShadowCopyInputStream is an InputStream wrapper that copies every read byte to an internal cache. | Class | com.sibvisions.util.io | JVX |
| ShadowCopyOutputStream | The ShadowCopyOutputStream is an OutputStream wrapper that copies every written byte to an internal cache. | Class | com.sibvisions.util.io | JVX |
| StringParser | The StringParser is a very simple text parser, that just implements splitting a single line into fields. | Class | com.sibvisions.util.type | JVX |
| StringUtil | The StringUtil contains string dependent utility methods. | Class | com.sibvisions.util.type | JVX |
| StringUtil .CaseSensitiveType | case senstive types. | Class | com.sibvisions.util.type | JVX |
| StringUtil .CharacterType | the character types. | Class | com.sibvisions.util.type | JVX |
| StringUtil .TextType | Class | com.sibvisions.util.type | JVX | |
| ThreadHandler | The ThreadHandler is a utility class for ThreadManager. | Class | com.sibvisions.util | JVX |
| ThreadManager | The ThreadManager manages threads. | Class | com.sibvisions.util | JVX |
| Version | The Version class is a simple representation for version numbers. | Class | com.sibvisions.util | JVX |
| Version .Level | the supported version levels. | Class | com.sibvisions.util | JVX |
| XmlNode | The XmlNode encapsulates the information of a xml tag. | Class | com.sibvisions.util.xml | JVX |
| XmlWorker | Simple parser and writer for xml files. | Class | com.sibvisions.util.xml | JVX |