org.apache.poi.hdf.model
@Deprecated public final class HDFObjectFactory extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
|
HDFObjectFactory(java.io.InputStream istream)
Deprecated.
Creates a new instance of HDFObjectFactory
|
protected |
HDFObjectFactory(java.io.InputStream istream,
HDFLowLevelParsingListener l)
Deprecated.
Creates a new instance of HDFObjectFactory
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<FileInformationBlock> |
getTypes(java.io.InputStream istream)
Deprecated.
|
static void |
main(java.lang.String[] args)
Deprecated.
|
protected HDFObjectFactory(java.io.InputStream istream,
HDFLowLevelParsingListener l)
throws java.io.IOException
istream - The InputStream that is the Word documentjava.io.IOExceptionpublic HDFObjectFactory(java.io.InputStream istream)
throws java.io.IOException
istream - The InputStream that is the Word documentjava.io.IOExceptionpublic static void main(java.lang.String[] args)
public static java.util.List<FileInformationBlock> getTypes(java.io.InputStream istream) throws java.io.IOException
java.io.IOException