Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are now...
commit7fafea2d572a8ceeb2d4fbcb21411c3b5dad5a13
authorNick Burch <nick@apache.org>
Thu, 21 Feb 2008 15:35:59 +0000 (21 15:35 +0000)
committerNick Burch <nick@apache.org>
Thu, 21 Feb 2008 15:35:59 +0000 (21 15:35 +0000)
tree506f15b0b2210417d5ab036cbaf62d78e9a571a6
parent63e86ab1af6f63b76a4c95e79fc4dd4198607ccf
Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are now automatically closed. A warning is generated for people who might've relied on them not being closed before, and a wrapper to restore the old behaviour is supplied

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@629829 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java
src/testcases/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java [new file with mode: 0755]