Uses of Class
org.docx4j.org.apache.poi.hpsf.NoPropertySetStreamException
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf |
-
Uses of NoPropertySetStreamException in org.docx4j.org.apache.poi.hpsf
Methods in org.docx4j.org.apache.poi.hpsf that throw NoPropertySetStreamException Modifier and Type Method Description static PropertySetPropertySetFactory. create(java.io.InputStream stream)Creates the most specificPropertySetfrom anInputStream.static PropertySetPropertySetFactory. create(DirectoryEntry dir, java.lang.String name)Creates the most specificPropertySetfrom an entry in the specified POIFS Directory.Constructors in org.docx4j.org.apache.poi.hpsf that throw NoPropertySetStreamException Constructor Description PropertySet(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(java.io.InputStream stream)Creates aPropertySetinstance from anInputStreamin the Horrible Property Set Format.