Is there a java library equivalent to file command in unix

前端 未结 7 2418
粉色の甜心
粉色の甜心 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

    Was looking for the same thing and found this: https://github.com/j256/simplemagic - it seems to be a clone of 'file', it even uses a copy of files built-in magic file.

提交回复
热议问题