org.apache.poi.hdf.model
Class HDFObjectFactory

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

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.

Author:
andy

Constructor Summary
HDFObjectFactory(java.io.InputStream istream)
          Creates a new instance of HDFObjectFactory
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Throws:
java.io.IOException
Method Detail

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