|
7 | 7 |
|
8 | 8 | <div align="center"> |
9 | 9 | <h1>The Jakarta Commons <em>IO</em> Component</h1> |
10 | | - $Id: STATUS.html,v 1.10 2003/07/27 17:08:54 jeremias Exp $<br> |
| 10 | + $Id: STATUS.html,v 1.11 2003/08/21 19:11:44 jeremias Exp $<br> |
11 | 11 | <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a> |
12 | 12 | <a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a> |
13 | 13 | <a href="#Action%20Items">[Action Items]</a> <br> |
@@ -82,15 +82,16 @@ <h3>5. ACTION ITEMS</h3> |
82 | 82 | ByteArrayOutputStream which should improve performance considerably.</li> |
83 | 83 | <li>IOUtils: Remove the deprecated bufferedCopy method. IO is not released |
84 | 84 | so we should be able to do that - DONE</li> |
85 | | - <li>FileUtils: Add isFileNewer() method from Alban Peignier: |
86 | | - http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688</li> |
87 | 85 | <li>FileUtils: This class is a big mess ATM. We need to clean it up.</li> |
| 86 | + <li>Split IOUtils into IOUtils and CopyUtils - DONE (Matthew Hawthorne)</li> |
88 | 87 | <li>More TestCases!!!</li> |
89 | 88 | <li>More Javadocs!!!</li> |
90 | 89 | </ul> |
91 | 90 | <h5>5.1 NEW CODE</h5> |
92 | 91 | <ul> |
93 | 92 | <li>ProxyOutput/InputStream. These are predictable Filter-streams. Need to see if FilterWriter/Reader are predictable - DONE</li> |
| 93 | + <li>FileUtils: Add isFileNewer() method from Alban Peignier: |
| 94 | + http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688 - DONE</li> |
94 | 95 | <li>A CsvReader/Writer set of classes in a csv sub-package</li> |
95 | 96 | <li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li> |
96 | 97 | <li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li> |
|
0 commit comments