Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi.poifs » storage » [javadoc | source]
org.apache.cocoon.poi.poifs.storage
public class: PropertyBlock [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.poifs.storage.BigBlock
      org.apache.cocoon.poi.poifs.storage.PropertyBlock

All Implemented Interfaces:
    BlockWritable

A block of Property instances
Method from org.apache.cocoon.poi.poifs.storage.PropertyBlock Summary:
createPropertyBlockArray,   writeData
Methods from org.apache.cocoon.poi.poifs.storage.BigBlock:
doWriteData,   writeBlocks,   writeData
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.poifs.storage.PropertyBlock Detail:
 public static BlockWritable[] createPropertyBlockArray(List properties) 
    Create an array of PropertyBlocks from an array of Property instances, creating empty Property instances to make up any shortfall
  void writeData(OutputStream stream) throws IOException 
    Write the block's data to an OutputStream