Package de.jstacs.io

Provides classes for reading data from and writing to a file and storing a number of datatypes, including all primitives, arrays of primitives, and Storables to an XML-representation

See:
          Description

Class Summary
AbstractStringExtractor This class implements the reader that extracts strings.
ArrayHandler This class handles arrays with elements of generic type and enables the user to cast and clone arrays easily.
FileManager This class is for handling Files.
ParameterSetParser This class extracts values from Parameters and creates instances of InstantiableFromParameterSets from a ParameterSet.
SimpleStringExtractor This is a simple class that extracts Strings.
SparseStringExtractor This StringExtractor reads the Strings from a File as the user asks for the String.
StringExtractor This class implements the reader that extracts Strings from either a File or a String.
SubstringFilenameFilter A simple filter on Files that accepts Files with a specific substring in the filename.
SymbolExtractor This class enables you to extract elements (symbols) from a given String similar to a StringTokenizer.
XMLParser Class for parsing standard data types and arrays in and out of an XML File.
 

Enum Summary
SubstringFilenameFilter.PartOfName This enum defines the different types of a String that can be part of an other String, i.e. the different types of substrings.
 

Exception Summary
ParameterSetParser.NotInstantiableException An Exception that is thrown if an instance of some class could not be created.
ParameterSetParser.WrongParameterTypeException An Exception that is thrown if the DataType of a Parameter is not appropriate for some purpose.
 

Package de.jstacs.io Description

Provides classes for reading data from and writing to a file and storing a number of datatypes, including all primitives, arrays of primitives, and Storables to an XML-representation.