Uses of Class
org.apache.poi.hpsf.MarkUnsupportedException

Packages that use MarkUnsupportedException
org.apache.poi.hpsf
Horrible PropertySet Format API reads things like Document Summary info from OLE 2 Compound document files.  
 

Uses of MarkUnsupportedException in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf that throw MarkUnsupportedException
static boolean PropertySet.isPropertySetStream(java.io.InputStream stream)
          Checks whether an InputStream is in the Horrible Property Set Format.
static PropertySet PropertySetFactory.create(java.io.InputStream stream)
          Creates the most specific PropertySet from an InputStream.
 

Constructors in org.apache.poi.hpsf that throw MarkUnsupportedException
PropertySet(java.io.InputStream stream)
          Creates a PropertySet instance from an InputStream in the Horrible Property Set Format.
 


jakarta-poi 1.10.0-dev

Copyright © 2003 Apache jakarta-poi project. All Rights Reserved.