jeremias 2003/07/06 08:47:27
Modified: io STATUS.html
Log:
Add myself as committer.
Add todo items.
Revision Changes Path
1.9 +19 -4 jakarta-commons-sandbox/io/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/io/STATUS.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- STATUS.html 16 May 2003 22:29:03 -0000 1.8
+++ STATUS.html 6 Jul 2003 15:47:27 -0000 1.9
@@ -59,6 +59,7 @@
<li><a href="maito:[EMAIL PROTECTED]">Nicola Ken Barozzi</a><br></li>
<li><a href="maito:[EMAIL PROTECTED]">Henri Yandell</a><br></li>
<li><a href="maito:[EMAIL PROTECTED]">Stephen Colebourne</a><br></li>
+ <li><a href="maito:[EMAIL PROTECTED]">Jeremias Maerki</a><br></li>
<li>Fancy volunteering? We need you!</li>
</ul>
@@ -70,9 +71,19 @@
release of this component:</p>
<ul>
<li>Compress - Move the compress sub-package out of IO - READY</li>
- <li>Rename FileUtilTest to FileUtilsTest</li>
+ <li>Rename FileUtilTest to FileUtilsTest - DONE</li>
+ <li>Rename *Util.java for *Utils.java for consistency</li>
<li>Extract code from IOUtils to CopyUtils? </li>
- <li>Remove StreamUtils as all its methods are in IOUtils - READY</li>
+ <li>Remove StreamUtils as all its methods are in IOUtils - DONE</li>
+ <li>IOUtil: Remove the toByteArray() variants with the bufferSize
+ parameter. Reasoning can be found at
+ http://www.mail-archive.com/[EMAIL PROTECTED]/msg19703.html</li>
+ <li>IOUtil: Change toByteArray() methods to use the new
+ ByteArrayOutputStream which should improve performance considerably.</li>
+ <li>IOUtil: Remove the deprecated bufferedCopy method. IO is not released
+ so we should be able to do that.</li>
+ <li>FileUtils: Add isFileNewer() method from Alban Peignier:
+ http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&by=thread&from=348688</li>
</ul>
<h5>5.1 NEW CODE</h5>
<ul>
@@ -83,8 +94,12 @@
<li>FormattedWriter, when it writes out values it uses Format objects to output
them. </li>
<li>FixedWidthReader. Reads in files with a known width, ie) mainframe like. </li>
<li>Finder system. Generic code to find things in things. So FileFinder,
ClassFinder, ZipFinder. Probably too big for IO</li>
+ <li>Add an additional ByteArrayOutputStream variant that saves content
+ in memory just as the original but starts to write to a temp file when
+ a given number of bytes is surpassed. This is to reduce the memory
+ usage for big "things".</li>
</ul>
-
+
<table border="1">
<tbody>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]