|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoPropertySetStreamException | |
org.apache.poi.hpsf |
Horrible PropertySet Format API reads things like Document Summary info from
OLE 2 Compound document files. |
Uses of NoPropertySetStreamException in org.apache.poi.hpsf |
Methods in org.apache.poi.hpsf that throw NoPropertySetStreamException | |
static PropertySet |
PropertySetFactory.create(java.io.InputStream stream)
Creates the most specific PropertySet from an InputStream . |
Constructors in org.apache.poi.hpsf that throw NoPropertySetStreamException | |
PropertySet(java.io.InputStream stream)
Creates a PropertySet instance from an InputStream 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(byte[] stream)
Creates a PropertySet instance from a byte array that represents
a stream in the Horrible Property Set Format. |
|
jakarta-poi 1.7.0-dev | ||||||||
PREV NEXT | FRAMES NO FRAMES |