Is there any java library that is similar to unix\'s command file?
file
ie:
$ file somepicture.png somepicture.png PNG image, 805 x 292, 8-b
You could look at jmimemagic (tutorial). We've been using it for a while to validate uploaded images. No problems so far.