MimeInfoCacheFile.this

Read MIME Cache from file.

  1. this(string fileName, ReadOptions readOptions)
    class MimeInfoCacheFile
    @trusted
    this
    (
    string fileName
    ,
    ReadOptions readOptions = ReadOptions.init
    )
  2. this()
  3. this(IniLikeReader reader, string fileName, ReadOptions readOptions)

Throws

ErrnoException if file could not be opened. inilike.file.IniLikeReadException if error occured while reading the file or "MIME Cache" group is missing.

Meta