Describes the most important (whatever that is) features of a stream containing a {@link PropertySet}.
Creates a {@link PropertySetDescriptor} by reading a {@link PropertySet} from a {@link DocumentInputStream}.paramname The stream's name.parampath The stream's path in the POI filesystem hierarchy.paramstream The stream.paramnrOfBytesToDump The maximum number of bytes to display in a dump starting at the beginning of the stream. super(name, path, stream, nrOfBytesToDump); propertySet = PropertySetFactory.create(stream);
Creates a {@link PropertySetDescriptor} by reading a {@link PropertySet} from a {@link DocumentInputStream}.
super(name, path, stream, nrOfBytesToDump); propertySet = PropertySetFactory.create(stream);
Returns this {@link PropertySetDescriptor}'s {@link PropertySet}. return propertySet;
Returns this {@link PropertySetDescriptor}'s {@link PropertySet}.
return propertySet;