| |
|
| java.lang.Object org.apache.poi.hdf.model.HDFObjectFactory
HDFObjectFactory | public class HDFObjectFactory (Code) | | The Object Factory takes in a stream and creates the low level objects
that represent the data.
author: andy |
_mainDocument | byte[] _mainDocument(Code) | | main document stream buffer
|
_tableBuffer | byte[] _tableBuffer(Code) | | table stream buffer
|
HDFObjectFactory | public HDFObjectFactory(InputStream istream) throws IOException(Code) | | Creates a new instance of HDFObjectFactory
Parameters: istream - The InputStream that is the Word document |
|
|
|