|
||||||||||
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 . |
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 ('|'). |
ExtensionFilter | A file filter that checks the extension to decide whether to accept a file. |
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. |
This package provides classes for input/output handling and for (de)serialization.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |