soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

IACleanerBeautifier should write backups through a pipe #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Currently, IACleanerBeautifier.afterClose() writes a file backup by reading
the file into a String buffer, and writing this String out into a new file.

This should be replaced with a piped version with Reader/Writers to
increase performance.

Original issue reported on code.google.com by soundasleep on 4 Sep 2009 at 8:22

GoogleCodeExporter commented 9 years ago
This support was added in iacleaner:
http://code.google.com/p/iacleaner/source/detail?r=108

Original comment by soundasleep on 9 Sep 2009 at 5:10