Uses of Class
loci.poi.hpsf.NoPropertySetStreamException
Packages that use NoPropertySetStreamException
-
Uses of NoPropertySetStreamException in loci.poi.hpsf
Methods in loci.poi.hpsf that throw NoPropertySetStreamExceptionModifier and TypeMethodDescriptionstatic PropertySetPropertySetFactory.create(InputStream stream) Creates the most specificPropertySetfrom anInputStream.Constructors in loci.poi.hpsf that throw NoPropertySetStreamExceptionModifierConstructorDescriptionPropertySet(byte[] stream) Creates aPropertySetinstance from a byte array that represents a stream in the Horrible Property Set Format.PropertySet(byte[] stream, int offset, int length) Creates aPropertySetinstance from a byte array that represents a stream in the Horrible Property Set Format.PropertySet(InputStream stream) Creates aPropertySetinstance from anInputStreamin the Horrible Property Set Format.