| java.lang.Object org.apache.poi.poifs.storage.SmallBlockTableWriter
SmallBlockTableWriter | public class SmallBlockTableWriter implements BlockWritable,BATManaged(Code) | | This class implements storage for writing the small blocks used by
small documents.
author: Marc Johnson (mjohnson at apache dot org) |
SmallBlockTableWriter | public SmallBlockTableWriter(List documents, RootProperty root)(Code) | | Creates new SmallBlockTable
Parameters: documents - a List of POIFSDocument instances Parameters: root - the Filesystem's root property |
countBlocks | public int countBlocks()(Code) | | Return the number of BigBlock's this instance uses
count of BigBlock instances |
getSBATBlockCount | public int getSBATBlockCount()(Code) | | Get the number of SBAT blocks
number of SBAT big blocks |
setStartBlock | public void setStartBlock(int start_block)(Code) | | Set the start block for this instance
Parameters: start_block - |
writeBlocks | public void writeBlocks(OutputStream stream) throws IOException(Code) | | Write the storage to an OutputStream
Parameters: stream - the OutputStream to which the stored data shouldbe written exception: IOException - on problems writing to the specifiedstream |
|
|