Comparing files on Mac
Please support our Java advertiser: Programming Forums
![]() |
•
•
Posts: 59
Reputation:
Solved Threads: 0
Hi.
The program I am writing is for a mac and am doing so in Java.
I am writing a program that finds Identical files or very similar files, not necessarily identical but very Similar. Now I can thus far compare files by name but some files are identical but have different names. Are there any other ways to compare files other than name, size is not really ideal nor is date created or modified as these can be different yet the files are identical.
Thank you in advance
The program I am writing is for a mac and am doing so in Java.
I am writing a program that finds Identical files or very similar files, not necessarily identical but very Similar. Now I can thus far compare files by name but some files are identical but have different names. Are there any other ways to compare files other than name, size is not really ideal nor is date created or modified as these can be different yet the files are identical.
Thank you in advance
You could compare the bytes you get from reading the file, but I have never used that way and I don't know how it will work.
As far as the almost identical you will need to decide the ruling.
http://java.sun.com/javase/6/docs/ap...putStream.html
http://java.sun.com/javase/6/docs/ap...redReader.html
http://java.sun.com/javase/6/docs/ap...putStream.html
As far as the almost identical you will need to decide the ruling.
http://java.sun.com/javase/6/docs/ap...putStream.html
http://java.sun.com/javase/6/docs/ap...redReader.html
http://java.sun.com/javase/6/docs/ap...putStream.html
There are 3 ways to do things:
The right way, the wrong way,
And The Object Oriented Way.
When you do things your way, make sure you don't forget the Object Oriented Way
The right way, the wrong way,
And The Object Oriented Way.
When you do things your way, make sure you don't forget the Object Oriented Way
![]() |
Similar Threads
Other Threads in the Java Forum
- Virex Scan (Mac Software)
Other Threads in the Java Forum
- Previous Thread: JTable help
- Next Thread: Connection Pools
•
•
•
•
Views: 299 | Replies: 1 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode