Is there a java library equivalent to file command in unix

前端 未结 7 2379
粉色の甜心
粉色の甜心 2020-12-03 14:16

Is there any java library that is similar to unix\'s command file?

ie:

$ file somepicture.png
somepicture.png PNG image, 805 x 292, 8-b         


        
7条回答
  •  执笔经年
    2020-12-03 14:31

    You could look at jmimemagic (tutorial). We've been using it for a while to validate uploaded images. No problems so far.

提交回复
热议问题