URIFileContent

fun URIFileContent(url: URL, contentType: ContentType = ContentType.defaultForFilePath(url.path))
fun URIFileContent(uri: URI, contentType: ContentType = ContentType.defaultForFilePath(uri.path))