Base64InputStream | A filter input stream that decodes data encoded in the Base-64
encoding scheme.
|
ClassLoaderObjectInputStream | ClassLoaderObjectInputStream is ObjectInputStream, with
the ability to use a specific ClassLoader.
|
NullOutputStream | This is a placeholder OutputStream that does absolutley nothing
when written to. |
ObjectIdentityMap2Int | This class provides a map from Object to non-negative int values.
|
ObjectIdentityWrapper | This class is a thin wrapper around Object that makes
the methods hashCode() and equals(Object)
as discriminating as possible.
|
PlatformHelper | We had many changes in File.java, URLStreamHandler.java etc. to handle
path representations on different platforms (Windows/Unix-family).
|