Uses of Package
org.apache.poi.hpsf

Packages that use org.apache.poi.hpsf
org.apache.poi.contrib.poibrowser
 
org.apache.poi.hpsf
Horrible PropertySet Format API reads things like Document Summary info from OLE 2 Compound document files. 
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS. 
 

Classes in org.apache.poi.hpsf used by org.apache.poi.contrib.poibrowser
ClassID
          Represents a class ID (16 bytes).
MarkUnsupportedException
          This exception is thrown if an InputStream does not support the InputStream.mark(int) operation.
NoPropertySetStreamException
           This exception is thrown if a format error in a property set stream is detected or when the input data do not constitute a property set stream.
PropertySet
          Represents a property set in the Horrible Property Set Format (HPSF).
Section
          Represents a section in a PropertySet.
UnexpectedPropertySetTypeException
          This exception is thrown if a certain type of property set is expected (e.g.
 

Classes in org.apache.poi.hpsf used by org.apache.poi.hpsf
ClassID
          Represents a class ID (16 bytes).
HPSFException
          This exception is the superclass of all other checked exceptions thrown in this package.
HPSFRuntimeException
          This exception is the superclass of all other unchecked exceptions thrown in this package.
MarkUnsupportedException
          This exception is thrown if an InputStream does not support the InputStream.mark(int) operation.
NoPropertySetStreamException
           This exception is thrown if a format error in a property set stream is detected or when the input data do not constitute a property set stream.
NoSingleSectionException
          This exception is thrown if one of the PropertySet's convenience methods that require a single Section is called and the PropertySet does not contain exactly one Section.
Property
          A property in a Section of a PropertySet.
PropertySet
          Represents a property set in the Horrible Property Set Format (HPSF).
Section
          Represents a section in a PropertySet.
SpecialPropertySet
          Abstract superclass for the convenience classes SummaryInformation and DocumentSummaryInformation.
UnexpectedPropertySetTypeException
          This exception is thrown if a certain type of property set is expected (e.g.
 

Classes in org.apache.poi.hpsf used by org.apache.poi.poifs.filesystem
ClassID
          Represents a class ID (16 bytes).
 

Classes in org.apache.poi.hpsf used by org.apache.poi.poifs.property
ClassID
          Represents a class ID (16 bytes).
 



Copyright © 2003 Apache Software Foundation.