Uses of Class
loci.poi.hpsf.MarkUnsupportedException
-
Packages that use MarkUnsupportedException Package Description loci.poi.hpsf -
-
Uses of MarkUnsupportedException in loci.poi.hpsf
Methods in loci.poi.hpsf that throw MarkUnsupportedException Modifier and Type Method Description static PropertySet
PropertySetFactory. create(InputStream stream)
Creates the most specificPropertySet
from anInputStream
.static boolean
PropertySet. isPropertySetStream(InputStream stream)
Checks whether anInputStream
is in the Horrible Property Set Format.Constructors in loci.poi.hpsf that throw MarkUnsupportedException Constructor Description PropertySet(InputStream stream)
Creates aPropertySet
instance from anInputStream
in the Horrible Property Set Format.
-