Uses of Class
org.apache.poi.hpsf.NoPropertySetStreamException
-
Packages that use NoPropertySetStreamException Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of NoPropertySetStreamException in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that throw NoPropertySetStreamException Modifier and Type Method Description static PropertySetPropertySetFactory. create(InputStream stream)Creates the most specificPropertySetfrom anInputStream.static PropertySetPropertySetFactory. create(DirectoryEntry dir, String name)Creates the most specificPropertySetfrom an entry in the specified POIFS Directory.Constructors in org.apache.poi.hpsf that throw NoPropertySetStreamException Constructor Description DocumentSummaryInformation(InputStream stream)Creates aDocumentSummaryInformationinstance from anInputStreamin the Horrible Property Set Format.PropertySet(byte[] stream)Creates a PropertySet instance from a byte array that represents a stream in the Horrible Property Set Format.PropertySet(byte[] stream, int offset, int length)Creates a PropertySet instance from a byte array that represents a stream in the Horrible Property Set Format.PropertySet(InputStream stream)Creates a PropertySet instance from anInputStreamin the Horrible Property Set Format.SummaryInformation(InputStream stream)Creates a SummaryInformation instance from anInputStreamin the Horrible Property Set Format.
-