URIFileContent

constructor(url: URL, contentType: ContentType = ContentType.defaultForFilePath(url.path))
constructor(uri: URI, contentType: ContentType = ContentType.defaultForFilePath(uri.path), contentLength: Long? = null)