dLife Home Page

Package dlife.sys

Utility classes used throughout the dLife packages.

See:
          Description

Class Summary
BoundedByteArrayOutputStream A bounded implementation of a ByteArrayOutputStream.
CopyOfNonblockingBufferedInputStream This class wraps a BufferedInputStream and provides several non-blocking calls for reading data from the stream.
FileSystemUtilities This class provides some general utility methods for working with files and directories.
ImageFileFilter This class filters files in a JFileChooser such that only recognized image types can be chosen.
InetAddressHelper Several helper methods for getting and using an InetAddress with timeouts.
NonblockingBufferedInputStream This class wraps a BufferedInputStream and provides several non-blocking calls for reading data from the stream.
PlatformTools A class that collects static methods that are used for making code platform specific as needed.
RegularExpressionFileFilter Filter files in a JFileChooser by a regular expression.
ReloadableClassLoader This is a custom ClassLoader that allows classes to be reloaded from their .class files.
SerializationBase This base class supports serialization throughout the dLife package.
Shared A wrapper for holding global variables used across the entire dLife package.
SubClassFileFilter This class filters files in the JFileChooser such that only concrete sub-classes of a specified super-class will be able to be selected.
Utility A catch-all class for some small utility functions that are used throughout the dlife package.
 

Exception Summary
ReloadableClassLoaderException The exception that is thrown when the ControllerClassLoader is unable to load a class.
 

Error Summary
SerializationError An Error that is thrown anytime there is a problem with serializing (saving or restoring) and object through the use of the methods provided by the SerializationBase class.
 

Package dlife.sys Description

Utility classes used throughout the dLife packages.


dLife Home Page