Posted By:
Anonymous
Posted On:
Friday, April 20, 2001 08:50 AM
Hi,
my servlet application read text files.
It uses BufferedReader and PrintWriter classes for IO.
I want to read/write compressed(ZIP) files plus text files.
how can I do that ? changing IO methods needs a lot of source modifications.
is there a pratical way both keeping previous codes and enabling compressed IO.
thanks in advance...