|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RestorableContainer | Classes implementing this interface contain multiple
Storable objects and support serialization
and deserialization of these objects in a human-readable format. |
Storable | Classes implementing this interface support serialization in a
human-readable format, by storing all relevant fields in a
FieldMap . |
StorableContainer | Classes implementing this interface contain multiple
Storable objects and support serialization of
these objects in a human-readable format, by storing them in a
FieldContainer . |
XMLStorable | Classes implementing this interface support serialization in a human-readable XML-based format. |
Class Summary | |
---|---|
BaseStorable | Convenience implementations of the Storable
interface that implements the BaseStorable.toString() method based on the field
map created by Storable.storeFields() . |
ContentType | A simple wrapper for the MIME type and the character set of a document. |
DelimSepValues | A field container that stores and processed its contents as values separated by a pipe character: '|' (a different delimiter string can be specified by changing the "dsv.field.separator" property). |
ExtensionFilter | A file filter that checks the extension to decide whether to accept a file. |
Externalize | Externalizes the contents of a file in
DSV format (or any other
FieldContainer . |
FieldContainer | A container of FieldMap s. |
FieldMap | A map targeted at serialization and deserialiation of objects in human-readable formats. |
IOUtils | A static class that provides utility constants and methods for I/O. |
ObjectElement | An XML element that is targeted at storing an Java object. |
Split | Uses a given pattern to split an input file into a series of output files. |
This package provides classes for input/output handling and for (de)serialization.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |