> Hi have you any Idea about to devlope rsynch system
> using java and work for all type of files
As DrClap says, the 'synch' algorithm should work regardless of the file type. The only way I can see it working on 'text' files and not on 'doc' files is if you have made the assumption that files contain characters and instead of working with bytes you have converted to characters.