GitHub user hekebin opened a pull request:

    https://github.com/apache/poi/pull/133

    Hemf

    hello, I have a mem  problem with  this code . pls check out for us  .
      
            FileInputStream is =null;
                is= new FileInputStream(new File(path));
                SlideShow slideShow = new  HSLFSlideShow(is);
                SlideShowExtractor extractor = new 
SlideShowExtractor(slideShow);
    
    the problem is that  this stream can’t reslese  the mem  although i have 
close it . just ppt & doc  file  
     


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/poi hemf

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/poi/pull/133.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #133
    
----
commit 8df7fbe2e2b243de46a7df55989b590f5e473bd8
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-02T10:07:27Z

    branch to work on EMF parser/handling
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1839876 
13f79535-47bb-0310-9956-ffa450edef68

commit 6747e24c761847e7fbafa837deadb7174ec844e6
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-07T21:26:56Z

    merge trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1840324 
13f79535-47bb-0310-9956-ffa450edef68

commit c1a727d01c7d63fed505429b5062d40da731584e
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-14T21:35:43Z

    Buffered LittleEndianInputStream
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1840955 
13f79535-47bb-0310-9956-ffa450edef68

commit 6e8ccccd02a683a72b16c2d08ee93712e807ae36
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-14T21:37:37Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1840956 
13f79535-47bb-0310-9956-ffa450edef68

commit c687f73bab7e87975045d4cbbe56ec45c3ca8f6d
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-17T19:25:40Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841134 
13f79535-47bb-0310-9956-ffa450edef68

commit 341375a57ba456f5f2556366da69558416cdd4d2
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-23T01:58:40Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841712 
13f79535-47bb-0310-9956-ffa450edef68

commit baa3ed71931dc17d7c490dccb5fbb334d85e2b98
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-24T23:55:52Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841897 
13f79535-47bb-0310-9956-ffa450edef68

commit cadf56752887b258da167dfc141cfedada420527
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-26T22:16:33Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1842056 
13f79535-47bb-0310-9956-ffa450edef68

commit 937d1088285d6d0213364de16388e2e9b09aa91f
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-09-26T22:51:03Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1842059 
13f79535-47bb-0310-9956-ffa450edef68

commit 122071ca1fd9f175bd3d78c72c43b93cd1cdbfdb
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-06T18:23:59Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843025 
13f79535-47bb-0310-9956-ffa450edef68

commit 2e43ee4a57099b32d70ac414126ddbc5265a03e3
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-06T19:33:27Z

    merge trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843032 
13f79535-47bb-0310-9956-ffa450edef68

commit 581ca341471ee46497dd9af07e73931e3df68b29
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-09T20:47:31Z

    Bug 60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the 
OutputStream
    
    regression - when reading the input from a zip stream
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843341 
13f79535-47bb-0310-9956-ffa450edef68

commit 34eccb58b757d4c2eed7e8eb97e758b90f20c051
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-09T20:51:14Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843342 
13f79535-47bb-0310-9956-ffa450edef68

commit ec60a8e66c1e6e45737bcd0922b89ddd979842ce
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-09T22:24:42Z

    merge trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843355 
13f79535-47bb-0310-9956-ffa450edef68

commit a4aed9b002a2689122e2fe909067609a0a7b843f
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-19T22:53:33Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1844380 
13f79535-47bb-0310-9956-ffa450edef68

commit b0c48d163f9e008dde1508c83612c298d9bbced1
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-21T20:49:03Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1844522 
13f79535-47bb-0310-9956-ffa450edef68

commit e1ee05c2c631f01677318d4e1a19657166a41f27
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-21T22:42:03Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1844524 
13f79535-47bb-0310-9956-ffa450edef68

commit bc02eddd81f71ccdeb4aaee3f9f671618a8abe91
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-27T00:51:19Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1844931 
13f79535-47bb-0310-9956-ffa450edef68

commit 338320dc641a51402714530ac62fb08b22c96073
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-10-30T22:35:45Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845291 
13f79535-47bb-0310-9956-ffa450edef68

commit e8d75b424882e644510d6e7615837ce3ba200b65
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-11-01T16:27:59Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845496 
13f79535-47bb-0310-9956-ffa450edef68

commit 668e9a1fdf96bf22b665deb0a227e17be18a98c3
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-11-02T18:01:50Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845612 
13f79535-47bb-0310-9956-ffa450edef68

commit e4ddcbefb01aada6bfd4bb15a7365416d46c1cd4
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-11-02T18:35:34Z

    merge trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845617 
13f79535-47bb-0310-9956-ffa450edef68

commit 002dee6a35649466db7d78f80f73ef6fe9b34e96
Author: Andreas Beeker <kiwiwings@...>
Date:   2018-11-12T23:21:18Z

    #60656 - Support export file that contains emf and render it correctly
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1846472 
13f79535-47bb-0310-9956-ffa450edef68

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to