views:

115

answers:

1

Apache Commons IO FileUtils.contentEquals() compares 2 files.

Is this also possible using code from eclipse.org ?

+1  A: 

I don't know if there is equivalent eclipse code, but you could just use the apache code.

The Orbit project at Eclipse provides bundled versions of third party libraries for use in Eclipse projects. Apache Commons IO versions 1.3.2 and 1.4.0 are both available there.

Andrew Niefer