com.uwyn.rife.tools |
Provides general purpose utility classes.
|
Java Source File Name | Type | Comment |
AbstractPropertyChangeSupport.java | Class | |
ArrayUtils.java | Class | |
Base64.java | Class | A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance
with RFC 2045.
On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster
on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes)
compared to sun.misc.Encoder()/Decoder() .
On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and
about 50% faster for decoding large arrays. |
BeanImpl.java | Class | |
BeanImpl2.java | Class | |
BeanImpl3.java | Class | |
BeanPropertyProcessor.java | Interface | |
BeanPropertyValueProcessor.java | Interface | |
BeanUtils.java | Class | |
ClassBytesLoader.java | Class | Utility class to load the bytes of class files.
After instantiating it, the
ClassBytesLoader.setupSunByteLoading method can
optionally be called to let the class detect if it's possible to
interface with a private API that's specific to the Sun JVM. |
ClasspathComponents.java | Class | |
ClasspathComponentsSingleton.java | Class | |
ClasspathUtils.java | Class | |
ClassUtils.java | Class | |
CompilationUtils.java | Class | |
ConciseLogFormatter.java | Class | |
Convert.java | Class | |
ExceptionFormattingUtils.java | Class | |
ExceptionUtils.java | Class | |
ExecUtils.java | Class | |
FileUtils.java | Class | |
HttpUtils.java | Class | |
ImageWaiter.java | Class | |
InnerClassException.java | Class | |
InputStreamUser.java | Class | By extending this class it's possible to provide the logic that should be
executed by methods that allow interaction with an InputStream .
This class has both a default constructor and one that can take a data
object. |
InstrumentationUtils.java | Class | |
IntegerUtils.java | Class | |
IteratorEnumeration.java | Class | Adapter to make an
Iterator Iterator instance appear to be
an
Enumeration Enumeration instance. |
JarUtils.java | Class | |
JavaSpecificationUtils.java | Class | Utility class to obtain information about the currently running Java
specification. |
Localization.java | Class | |
LocalizedString.java | Class | This class makes it possible to always keep a localized string up-to-date. |
ObjectUtils.java | Class | |
PasswordGenerator.java | Class | |
RawFormatter.java | Class | |
ReaderUser.java | Class | By extending this class it's possible to provide the logic that should be
executed by methods that allow interaction with a Reader .
This class has both a default constructor and one that can take a data
object. |
SerializationUtils.java | Class | |
ServletUtils.java | Class | |
SingletonFactory.java | Class | Maintains a map of singletons of various classes, instantiating new
ones as needed. |
Sort.java | Class | Generic class that implements the quicksort algorithm. |
SortListComparables.java | Class | Extends the Sort class to implement the features that are
needed to sort an List datastructure containing only
objects that implement the Comparable interface. |
StringEncryptor.java | Class | |
StringUtils.java | Class | General purpose class containing common String manipulation
methods. |
SwallowingLogFormatter.java | Class | |
TerracottaUtils.java | Class | |
TestAbstractPropertyChangeSupport.java | Class | |
TestArrayUtils.java | Class | |
TestBeanUtils.java | Class | |
TestClassUtils.java | Class | |
TestConvert.java | Class | |
TestIntegerUtils.java | Class | |
TestLocalizationUtils.java | Class | |
TestObjectUtils.java | Class | |
TestPasswordGenerator.java | Class | |
TestResourceFinderClasspath.java | Class | |
TestStringEncryptor.java | Class | |
TestStringUtils.java | Class | |
TestSuiteTools.java | Class | |
TestUniqueIDGenerator.java | Class | |
UniqueID.java | Class | |
UniqueIDGenerator.java | Class | |
Whirlpool.java | Class | |