Uses of Class
loci.poi.hpsf.NoPropertySetStreamException
-
Packages that use NoPropertySetStreamException Package Description loci.poi.hpsf -
-
Uses of NoPropertySetStreamException in loci.poi.hpsf
Methods in loci.poi.hpsf that throw NoPropertySetStreamException Modifier and Type Method Description static PropertySet
PropertySetFactory. create(InputStream stream)
Creates the most specificPropertySet
from anInputStream
.Constructors in loci.poi.hpsf that throw NoPropertySetStreamException Constructor Description PropertySet(byte[] stream)
Creates aPropertySet
instance from a byte array that represents a stream in the Horrible Property Set Format.PropertySet(byte[] stream, int offset, int length)
Creates aPropertySet
instance from a byte array that represents a stream in the Horrible Property Set Format.PropertySet(InputStream stream)
Creates aPropertySet
instance from anInputStream
in the Horrible Property Set Format.
-