****** java-simple-fh (simple file handler for Java) 0.0.2 ******

 DATE
---------
Sun, 06 Sep 2009 23:17:00 +0900

 BUG FIXES
---------
The following bug was fixed.

1. delete in no time after calling copy methods
(SimpleFileAccessor)

It was not executed to delete the files in no time (waited until java process flushed) 
when the following methods were called.

  SimpleFileAccessor#copy(String, String)
  SimpleFileAccessor#copy(File, String)

 SPECIAL NOTE
------------
The following files is included from this version.

  CHANGES.txt
  README.txt
  license/LICENSE.txt
  license/juniversalchardet_license(MPL-1.1).txt


****** java-simple-fh (simple file handler for Java) 0.0.1 ******

 DATE
---------
Sun, 06 Sep 2009 19:05:00 +0900

 SPECIAL NOTE
------------

"java-simple-fh" first release.
This module has the following three interface.

  jp.sourceforge.simplefh.SimpleFileAccessor
  jp.sourceforge.simplefh.SimpleFileReader
  jp.sourceforge.simplefh.SimpleFileWriter

If you want to know detail, please see the javadocs.


EOF