Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » generator » [javadoc | source]
org.apache.poi.generator
public class: FieldIterator [javadoc | source]
java.lang.Object
   org.apache.poi.generator.FieldIterator

Direct Known Subclasses:
    HDFFieldIterator

For iterating through our fields.

Field Summary
protected  int offset     
Constructor:
 public FieldIterator() 
Method from org.apache.poi.generator.FieldIterator Summary:
calcSize,   fillDecoder,   fillDecoder2,   serialiseEncoder
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.generator.FieldIterator Detail:
 public String calcSize(int fieldNumber,
    String fieldName,
    String size,
    String type) 
 public String fillDecoder(String size,
    String type) 
    This utility function returns a fill method entry for a given field
 public String fillDecoder2(int position,
    String name,
    String size,
    String type) 
 public String serialiseEncoder(int fieldNumber,
    String fieldName,
    String size,
    String type)