org.apache.poi.hdf.model
Class HDFObjectFactory
java.lang.Object
org.apache.poi.hdf.model.HDFObjectFactory
- public class HDFObjectFactory
- extends java.lang.Object
The Object Factory takes in a stream and creates the low level objects
that represent the data.
- Author:
- andy
Method Summary |
static java.util.List |
getTypes(java.io.InputStream istream)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HDFObjectFactory
protected HDFObjectFactory(java.io.InputStream istream,
HDFLowLevelParsingListener l)
throws java.io.IOException
- Creates a new instance of HDFObjectFactory
- Parameters:
istream
- The InputStream that is the Word document
HDFObjectFactory
public HDFObjectFactory(java.io.InputStream istream)
throws java.io.IOException
- Creates a new instance of HDFObjectFactory
- Parameters:
istream
- The InputStream that is the Word document
main
public static void main(java.lang.String[] args)
getTypes
public static java.util.List getTypes(java.io.InputStream istream)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2003 Apache Software Foundation.