Package org.jivesoftware.spark.util

Provides helpful utilities used for Spark.

See:
          Description

Class Summary
Base64 Used to encrypt and decrypt bytes -- string using Base64 encoding and decoding.
Base64.InputStream A InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A outputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BrowserLauncher BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
ByteFormat A formatter for formatting byte sizes.
ColorUtil Common color utilities.
Encryptor Encrypts and Decrypts text based on DESede keys.
GraphicUtils GraphicsUtils class defines common user-interface related utility functions.
ModelUtil Utility methods frequently used by data classes and design-time classes.
ResourceUtils Utility class to make using resources easier.
StringUtils Utility class to peform common String manipulation algorithms.
SwingWorker Improvement version of the javax SwingWorker class to avoid deadlocks.
URLFileSystem URLFileSystem class handles some of the most common functionallity when working with URLs.
WindowsFileSystemView WindowsFileSystemView
 

Package org.jivesoftware.spark.util Description

Provides helpful utilities used for Spark.