Interface FileSystemProvider
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
JarFileSystemProvider,PathFileSystemProvider,ResourcesFileSystemProvider
public interface FileSystemProvider extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathtoPath(URI uri)
-
-
-
Method Detail
-
toPath
Path toPath(URI uri) throws IOException
- Throws:
IOException
-
-