• FileTypeDetective是一个图书馆设计用于检测类型文件的通过标题和不是由文件的扩展。

    每个文件有一个扩展,如果它是二进制文件,它拥有神奇的数字,在标题的文件,该文件指的是什么类型的文件。 这不是一件容易的工作,以编程方式是什么类型的文件是,如果没有(或不正确的)的扩展。 这个图书馆提供了一个简单的方法识别文件的类型。

  • FileTypeDetective है एक पुस्तकालय बनाया गया है का पता लगाने के लिए फ़ाइल प्रकार द्वारा हैडर और नहीं द्वारा फाइल एक्सटेंशन.

    हर फ़ाइल एक विस्तार है और अगर यह एक बाइनरी फ़ाइल, यह जादुई संख्या में फ़ाइल के हेडर से संकेत मिलता है कि किस प्रकार की फाइल है. यह हमेशा आसान नहीं है बाहर काम करने के लिए प्रोग्राम के लिए किस प्रकार की फाइल है, अगर वहाँ कोई नहीं है (या गलत) एक्सटेंशन. इस पुस्तकालय प्रदान करता है एक आसान तरीका है की पहचान करने के लिए फ़ाइल प्रकार के ।

  • FileTypeDetective is a library designed to detect file types by header and not by file extension.

    Every file has an extension and if it is a binary file, it has magic numbers in the header of the file that indicate what type of file it is. It is not always easy to work out programmatically what type of file it is, if there is no (or incorrect) extension. This library provides an easy way of identifying the file types.