Uses of Class
org.apache.poi.hpsf.NoPropertySetStreamException
-
Packages that use NoPropertySetStreamException Package Description org.apache.poi.hpsf -
-
Uses of NoPropertySetStreamException in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that throw NoPropertySetStreamException Modifier and Type Method Description static PropertySet
PropertySetFactory. create(java.io.InputStream stream)
Creates the most specificPropertySet
from anInputStream
.static PropertySet
PropertySetFactory. create(DirectoryEntry dir, java.lang.String name)
Creates the most specificPropertySet
from an entry in the specified POIFS Directory.Constructors in org.apache.poi.hpsf that throw NoPropertySetStreamException Constructor Description DocumentSummaryInformation(java.io.InputStream stream)
Creates aDocumentSummaryInformation
instance from anInputStream
in the Horrible Property Set Format.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(java.io.InputStream stream)
Creates aPropertySet
instance from anInputStream
in the Horrible Property Set Format.SummaryInformation(java.io.InputStream stream)
Creates aSummaryInformation
instance from anInputStream
in the Horrible Property Set Format.
-