mirror of https://github.com/apache/poi.git
Latest fix continued. :-(
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f12e7a47bd
commit
01a123cb98
|
@ -181,9 +181,9 @@ static class MyPOIFSReaderListener implements POIFSReaderListener
|
||||||
title. The instance is created in a <code>try</code> block:</p>
|
title. The instance is created in a <code>try</code> block:</p>
|
||||||
|
|
||||||
<source>si = (SummaryInformation)
|
<source>si = (SummaryInformation)
|
||||||
PropertySetFactory.create(e.getStream());</source>
|
PropertySetFactory.create(event.getStream());</source>
|
||||||
|
|
||||||
<p>The expression <code>e.getStream()</code> returns the input stream
|
<p>The expression <code>event.getStream()</code> returns the input stream
|
||||||
containing the bytes of the property set stream named
|
containing the bytes of the property set stream named
|
||||||
<em>\005SummaryInformation</em>. This stream is passed into the
|
<em>\005SummaryInformation</em>. This stream is passed into the
|
||||||
<code>create</code> method of the factory class
|
<code>create</code> method of the factory class
|
||||||
|
|
Loading…
Reference in New Issue