Package org.codehaus.aspectwerkz.util

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
ContextClassLoader Utility methods dealing with the context class loader.
EnvironmentDetect Detects Java JVM vendor and Java version Usage: -jvm | -java System.exit code is: 2:BEA, 1:IBM, 0:SUN MajorMinor (f.e. 15) for Java Major.Minor version or 0
SequencedHashMap A map of objects whose mapping entries are sequenced based on the order in which they were added.
SerializableThreadLocal Extends the java.lang.ThreadLocal to be able to add additional functionality.
Strings Utility methods for strings.
UnbrokenObjectInputStream Fixes the ObjectInputStream class, which does not always resolve the class correctly in complex class loader hierarchies.
Util Utility methods and constants used in the AspectWerkz system.
UuidGenerator Generates a UUID.
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.