Java org.apache.poi.hpsf PropertySet fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hpsf PropertySet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hpsf PropertySet.

The text is from its open source code.

Constructor

PropertySet(final InputStream stream)
Creates a PropertySet instance from an InputStream in the Horrible Property Set Format.

The constructor reads the first few bytes from the stream and determines whether it is really a property set stream.

PropertySet(final byte[] stream)
Creates a PropertySet instance from a byte array that represents a stream in the Horrible Property Set Format.
PropertySet(PropertySet ps)
Constructs a PropertySet by doing a deep copy of an existing PropertySet .

Method

booleanequals(final Object o)
Returns true if the PropertySet is equal to the specified parameter, else false .
intgetByteOrder()
ClassIDgetClassID()
intgetFormat()
intgetOSVersion()
Property[]getProperties()
Convenience method returning the Property array contained in this property set.
intgetSectionCount()
List
getSections()
booleanisDocumentSummaryInformation()
Checks whether this PropertySet is a Document Summary Information.
booleanisPropertySetStream(final InputStream stream)
Checks whether an InputStream is in the Horrible Property Set Format.
booleanisSummaryInformation()
Checks whether this PropertySet represents a Summary Information.