Class MagicMimeTypeIdentifier


  • public class MagicMimeTypeIdentifier
    extends java.lang.Object
    Determines the MIME type of a binary resource based on magic number-based heuristics. Licence concern : This method is based upon Aperture MagicMimeTypeIdentifier. The code was modified at the margin to be compatible with JRE 1.4.2. Given the licence of Aperture : Open Software Licence (OSL), this modified code of Aperture classes are held at the disposal on demand at support@jalios.com Concerned classes : UtfUtil MagicNumber MagicMimeTypeIdentifier MagicString MagicNumber
    Since:
    JCMS-5.7.3
    • Method Detail

      • getMimeTypeDescriptions

        protected java.util.ArrayList getMimeTypeDescriptions()
      • identify

        public java.lang.String identify​(java.io.File file)
      • identify

        public java.lang.String identify​(byte[] firstBytes)
      • getMinArrayLength

        public int getMinArrayLength()