|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.hdf.model.HDFObjectFactory
@Deprecated public final class HDFObjectFactory
The Object Factory takes in a stream and creates the low level objects that represent the data.
| Constructor Summary | |
|---|---|
|
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 |
| Method Summary | |
|---|---|
static java.util.List<FileInformationBlock> |
getTypes(java.io.InputStream istream)
Deprecated. |
static void |
main(java.lang.String[] args)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected HDFObjectFactory(java.io.InputStream istream,
HDFLowLevelParsingListener l)
throws java.io.IOException
istream - The InputStream that is the Word document
java.io.IOException
public HDFObjectFactory(java.io.InputStream istream)
throws java.io.IOException
istream - The InputStream that is the Word document
java.io.IOException| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
public static java.util.List<FileInformationBlock> getTypes(java.io.InputStream istream)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||