org.apache.poi.hdf.model
Class HDFObjectFactory

java.lang.Object
  extended by org.apache.poi.hdf.model.HDFObjectFactory

Deprecated.

@Deprecated
public final class HDFObjectFactory
extends java.lang.Object

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

HDFObjectFactory

protected HDFObjectFactory(java.io.InputStream istream,
                           HDFLowLevelParsingListener l)
                    throws java.io.IOException
Deprecated. 
Creates a new instance of HDFObjectFactory

Parameters:
istream - The InputStream that is the Word document
Throws:
java.io.IOException

HDFObjectFactory

public HDFObjectFactory(java.io.InputStream istream)
                 throws java.io.IOException
Deprecated. 
Creates a new instance of HDFObjectFactory

Parameters:
istream - The InputStream that is the Word document
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

getTypes

public static java.util.List<FileInformationBlock> getTypes(java.io.InputStream istream)
                                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException