Package org.apache.commons.flatfile

Entity interface hierarchy and basic implementations.

See:
          Description

Interface Summary
Entity Represents a record or field.
EntityCollection An entity that is a collection of child entities.
EntityFactory Entity factory interface.
FieldOption Field option marker interface.
IndexedEntityCollection EntityCollection whose children are indexed.
NamedEntityCollection EntityCollection whose children are mapped to a name.
 

Class Summary
DynamicField Dynamically-resizable field.
DynamicField.Bounds Bounds
EntityArray Entity collection with the following approach: a size (number of children) and a prototypical child are assigned.
EntityCollectionSupport Implementation of common operations for an EntityCollection.
EntityMap Basic implementation of NamedEntityCollection.
EntitySupport Generic entity support stuff.
Field Stores string representations of objects in a (fixed-length) byte array.
FieldSupport Support and basic field options.
ImmutableEntity Immutable Entity factory, using Java 1.3 proxies.
InputFilteringDynamicField Dynamic field with filtered input.
PadJustifyFieldSupport Support for fields with pad/justify.
 

Enum Summary
FieldSupport.Overflow Overflow behavior enumerated type.
FieldSupport.Underflow Underflow behavior enumerated type.
PadJustifyFieldSupport.Justify Justify enumerated type.
 

Package org.apache.commons.flatfile Description

Entity interface hierarchy and basic implementations.



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.