MimeCache.this

Read mime cache from given data.

  1. this(string fileName)
  2. this(immutable(void)[] data, string fileName)
    class MimeCache
    @safe
    this
    (
    immutable(void)[] data
    ,
    string fileName = null
    )

Throws

MimeCacheException if provided file is not valid mime cache or unsupported version.

Meta