aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorNiall Pemberton <niallp@apache.org>2007-10-13 01:16:14 +0000
committerNiall Pemberton <niallp@apache.org>2007-10-13 01:16:14 +0000
commitd82a2bac09321150fc38e342ccf572e6561f9a23 (patch)
treef36b20ff121f94f3fe9a097473ea7fee2dfca93c /RELEASE-NOTES.txt
parent4a02524aef7f78af52cc7c7beedfa1eb83f8ccb5 (diff)
downloadapache-commons-io-d82a2bac09321150fc38e342ccf572e6561f9a23.tar.gz
IO-122 add Helper classes for controlling closing of streams - thanks to Jukka Zitting
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@584357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index fe443d21..076f8018 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -41,6 +41,14 @@ Enhancements from 1.3.2
- RegexFilter [IO-74]
- Add new regular expression file filter implementation
+- New Closed Input/Output stream implementations [IO-122]
+ - AutoCloseInputStream - automatically closes and discards the underlying input stream
+ - ClosedInputStream - returns -1 for any read attempts
+ - ClosedOutputStream - throws an IOException for any write attempts
+ - CloseShieldInputStream - prevents the underlying input stream from being closed.
+ - CloseShieldOutputStream - prevents the underlying output stream from being closed.
+
+
Feedback
--------
Open source works best when you give feedback: