| Package | Description | 
|---|---|
| org.apache.poi.hpsf | Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. | 
| Modifier and Type | Method and Description | 
|---|---|
| static PropertySet | PropertySetFactory. create(DirectoryEntry dir,
      java.lang.String name)Creates the most specific  PropertySetfrom an entry
  in the specified POIFS Directory. | 
| static PropertySet | PropertySetFactory. create(java.io.InputStream stream)Creates the most specific  PropertySetfrom anInputStream. | 
| Constructor and Description | 
|---|
| DocumentSummaryInformation(java.io.InputStream stream)Creates a  DocumentSummaryInformationinstance 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(java.io.InputStream stream)Creates a PropertySet instance from an  InputStreamin the Horrible Property Set Format. | 
| SummaryInformation(java.io.InputStream stream)Creates a SummaryInformation instance from an  InputStreamin the Horrible Property Set Format. | 
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.