Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.poifs » property » [javadoc | source]
org.apache.poi.poifs.property
class: PropertyFactory [javadoc | source]
java.lang.Object
   org.apache.poi.poifs.property.PropertyFactory
Factory for turning an array of RawDataBlock instances containing Proprty data into an array of proper Property objects. The array produced may be sparse, in that any portion of data that should correspond to a Property, but which does not map to a proper Property (i.e., a DirectoryProperty, DocumentProperty, or RootProperty) will get mapped to a null Property in the array.
Method from org.apache.poi.poifs.property.PropertyFactory Summary:
convertToProperties
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.poifs.property.PropertyFactory Detail:
 static List convertToProperties(ListManagedBlock[] blocks) throws IOException 
    Convert raw data blocks to an array of Property's