Package | Description |
---|---|
org.zkoss.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI
filesystems.
|
Modifier and Type | Method and Description |
---|---|
static PropertySet |
PropertySetFactory.create(java.io.InputStream stream)
Creates the most specific
PropertySet from an InputStream . |
static boolean |
PropertySet.isPropertySetStream(java.io.InputStream stream)
Checks whether an
InputStream is in the Horrible
Property Set Format. |
Constructor and Description |
---|
PropertySet(java.io.InputStream stream)
Creates a
PropertySet instance from an InputStream in the Horrible Property Set Format. |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.