Serialized Form


Package org.apache.commons.flatfile

Class org.apache.commons.flatfile.DynamicField extends PadJustifyFieldSupport implements Serializable

serialVersionUID: -319053179741813727L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialization

Throws:
IOException - on error
ClassNotFoundException - if Object class not found

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialization

Throws:
IOException - on error
Serialized Fields

bounds

DynamicField.Bounds bounds

overflow

FieldSupport.Overflow overflow

underflow

FieldSupport.Underflow underflow

Class org.apache.commons.flatfile.DynamicField.Bounds extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

minimum

int minimum
Minimum


maximum

int maximum
Maximum

Class org.apache.commons.flatfile.EntityArray extends EntityCollectionSupport implements Serializable

serialVersionUID: 8716199462287161060L

Serialized Fields

size

int size

minimumSize

int minimumSize

maximumSize

int maximumSize

resizable

boolean resizable

children

List<E> children

prototype

Entity prototype

Class org.apache.commons.flatfile.EntityCollectionSupport extends EntitySupport implements Serializable

serialVersionUID: 5902476686737324304L

Serialized Fields

delim

byte[] delim

delimAfter

boolean delimAfter

suppressEmptyChildren

boolean suppressEmptyChildren

Class org.apache.commons.flatfile.EntityMap extends EntityCollectionSupport implements Serializable

serialVersionUID: 3162898927743996952L

Serialized Fields

children

List<E> children
All children


childMap

Map<K,V> childMap
contains mapped children only


exposeChildrenList

List<E> exposeChildrenList

Class org.apache.commons.flatfile.EntitySupport extends Object implements Serializable

serialVersionUID: 1067918863342682612L

Class org.apache.commons.flatfile.Field extends PadJustifyFieldSupport implements Serializable

serialVersionUID: 3939293448043882440L

Serialized Fields

overflow

FieldSupport.Overflow overflow

buffer

byte[] buffer

Class org.apache.commons.flatfile.FieldSupport extends EntitySupport implements Serializable

serialVersionUID: -8940832296518637934L

Class org.apache.commons.flatfile.InputFilteringDynamicField extends DynamicField implements Serializable

serialVersionUID: 5179298156801023038L

Serialized Fields

filterFactory

FilterFactory filterFactory

Class org.apache.commons.flatfile.PadJustifyFieldSupport extends FieldSupport implements Serializable

serialVersionUID: -4953059253157670418L

Serialized Fields

pad

byte pad

justify

PadJustifyFieldSupport.Justify justify

Package org.apache.commons.flatfile.util

Class org.apache.commons.flatfile.util.BasicFilterFactory extends FilterFactory implements Serializable

serialVersionUID: 9080292216759574895L

Serialized Fields

constructor

Constructor<T> constructor

Class org.apache.commons.flatfile.util.FilterFactory extends Object implements Serializable

serialVersionUID: -172092815628700041L



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