A default implementation of the {@code IOFactory} interface.
This class implements the {@code createXXXX()} methods defined bythe {@code IOFactory} interface in a way that the default objects(i.e. {@code PropertiesReader} and {@code PropertiesWriter} arereturned. Customizing either the reader or the writer (or both) can be done by extending this class and overriding the corresponding {@code createXXXX()} method.
@since 1.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|