Click to See Complete Forum and Search --> : text file comparison??


jklow
02-13-2001, 03:38 AM
hi all

anyone of u have any experience dealin with text file
comparison. Two files are required to compare with each others
and list the differences. Any java api that support such function

welcome any help...

thanks

jkl

Shayne
02-13-2001, 10:16 AM
You don't need any special API for this. Just use FileInputStreams and regular
String comparison operations.

"jklow" <j_k_low@yahoo.com> wrote:
>
>hi all
>
> anyone of u have any experience dealin with text file
>comparison. Two files are required to compare with each others
>and list the differences. Any java api that support such function
>
> welcome any help...
>
> thanks
>
>jkl
>
>