Package gnu.java.io

Class Summary

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.
NullOutputStreamThis is a placeholder OutputStream that does absolutley nothing when written to.
ObjectIdentityMap2Int This class provides a map from Object to non-negative int values.
ObjectIdentityWrapperThis 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).

Exception Summary

ASN1ParsingException Signals a malformed ASN.1 sequence.