Package de.fu_berlin.ties.io

This package provides classes for input/output handling and for (de)serialization.

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 type-safe enumeration of content types handled by the system.
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 FieldMaps.
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.
MimeTypeWithCharset A simple wrapper for the MIME type and the character set of a document.
 

Package de.fu_berlin.ties.io Description

This package provides classes for input/output handling and for (de)serialization.



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.