RESOURCES

A read-only file system holding the classpath resources of the current process. If a resource is available with ClassLoader.getResource, it is also available via this file system.

In applications that compose multiple class loaders, this holds only the resources of whichever class loader includes Okio classes. Use ClassLoader.asResourceFileSystem for the resources of a specific class loader.