Uses of Class
org.apache.poi.hpsf.MarkUnsupportedException
-
Packages that use MarkUnsupportedException Package Description org.apache.poi.hpsf -
-
Uses of MarkUnsupportedException in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that throw MarkUnsupportedException Modifier and Type Method Description static PropertySet
PropertySetFactory. create(java.io.InputStream stream)
Creates the most specificPropertySet
from anInputStream
.Constructors in org.apache.poi.hpsf that throw MarkUnsupportedException Constructor Description DocumentSummaryInformation(java.io.InputStream stream)
Creates aDocumentSummaryInformation
instance from anInputStream
in the Horrible Property Set Format.SummaryInformation(java.io.InputStream stream)
Creates aSummaryInformation
instance from anInputStream
in the Horrible Property Set Format.
-