Package sbrt.kernel.io

Provides classes and interfaces used to perform kernel-level I/O.

See:
          Description

Interface Summary
ResultsManager<T> This interace is used to represent a results-manager.
WarningHandler This interface is used to represent a class of objects that deal with warning messages.
 

Class Summary
AbstractResultsManager<R> This class is a skeleton implemenation of ResultsManager.
ListResultsManager<R> This class is used to store a list of results that can be easily retrieved.
SingleRm<R> This class is used to store a single result that can be easily retrieved.
WarningHandlerFactory This class is used to provide a default WarningHandler.
 

Exception Summary
ConflictingInputException This class is used to indicate conflicting inputs.
 

Package sbrt.kernel.io Description

Provides classes and interfaces used to perform kernel-level I/O.