Package org.apache.poi.hpbf.model
Class MainContents
- java.lang.Object
-
- org.apache.poi.hpbf.model.HPBFPart
-
- org.apache.poi.hpbf.model.MainContents
-
public final class MainContents extends HPBFPart
The main Contents. Not yet understood
-
-
Constructor Summary
Constructors Constructor Description MainContents(DirectoryNode baseDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgenerateData()Called just before writing out, to trigger the data byte array to be updated with the latest contents.
-
-
-
Constructor Detail
-
MainContents
public MainContents(DirectoryNode baseDir) throws IOException
- Throws:
IOException
-
-
Method Detail
-
generateData
protected void generateData()
Description copied from class:HPBFPartCalled just before writing out, to trigger the data byte array to be updated with the latest contents.- Specified by:
generateDatain classHPBFPart
-
-