77
88< div align ="center ">
99< h1 > The Jakarta Commons < em > IO</ em > Component</ h1 >
10- $Id: STATUS.html,v 1.8 2003/05/16 22:29:03 scolebourne Exp $< br >
10+ $Id: STATUS.html,v 1.9 2003/07/06 15:47:27 jeremias Exp $< br >
1111 < a href ="#Introduction "> [Introduction]</ a > < a href ="#Dependencies "> [Dependencies]</ a >
1212< a href ="#Release%20Info "> [Release Info]</ a > < a href ="#Committers "> [Committers]</ a >
1313< a href ="#Action%20Items "> [Action Items]</ a > < br >
@@ -59,6 +59,7 @@ <h3>4. COMMITTERS</h3>
5959 < li > < a href ="maito:nicolaken@apache.org "> Nicola Ken Barozzi</ a > < br > </ li >
6060 < li > < a href ="maito:bayard@apache.org "> Henri Yandell</ a > < br > </ li >
6161 < li > < a href ="maito:scolebourne@apache.org "> Stephen Colebourne</ a > < br > </ li >
62+ < li > < a href ="maito:jeremias@apache.org "> Jeremias Maerki</ a > < br > </ li >
6263 < li > Fancy volunteering? We need you!</ li >
6364</ ul >
6465
@@ -70,9 +71,19 @@ <h3>5. ACTION ITEMS</h3>
7071release of this component:</ p >
7172< ul >
7273 < li > Compress - Move the compress sub-package out of IO - READY</ li >
73- < li > Rename FileUtilTest to FileUtilsTest</ li >
74+ < li > Rename FileUtilTest to FileUtilsTest - DONE</ li >
75+ < li > Rename *Util.java for *Utils.java for consistency</ li >
7476 < li > Extract code from IOUtils to CopyUtils? </ li >
75- < li > Remove StreamUtils as all its methods are in IOUtils - READY</ li >
77+ < li > Remove StreamUtils as all its methods are in IOUtils - DONE</ li >
78+ < li > IOUtil: Remove the toByteArray() variants with the bufferSize
79+ parameter. Reasoning can be found at
80+ http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html</ li >
81+ < li > IOUtil: Change toByteArray() methods to use the new
82+ ByteArrayOutputStream which should improve performance considerably.</ li >
83+ < li > IOUtil: Remove the deprecated bufferedCopy method. IO is not released
84+ so we should be able to do that.</ 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 >
7687</ ul >
7788< h5 > 5.1 NEW CODE</ h5 >
7889< ul >
@@ -83,8 +94,12 @@ <h5>5.1 NEW CODE</h5>
8394 < li > FormattedWriter, when it writes out values it uses Format objects to output them. </ li >
8495 < li > FixedWidthReader. Reads in files with a known width, ie) mainframe like. </ li >
8596 < li > Finder system. Generic code to find things in things. So FileFinder, ClassFinder, ZipFinder. Probably too big for IO</ li >
97+ < li > Add an additional ByteArrayOutputStream variant that saves content
98+ in memory just as the original but starts to write to a temp file when
99+ a given number of bytes is surpassed. This is to reduce the memory
100+ usage for big "things".</ li >
86101</ ul >
87-
102+
88103< table border ="1 ">
89104 < tbody >
90105 < tr >
0 commit comments