Class JarFileSystemProvider
- java.lang.Object
-
- cn.boboweike.carrot.utils.resources.JarFileSystemProvider
-
- All Implemented Interfaces:
FileSystemProvider,Closeable,AutoCloseable
public class JarFileSystemProvider extends Object implements FileSystemProvider
-
-
Constructor Summary
Constructors Constructor Description JarFileSystemProvider()
-
-
-
Method Detail
-
toPath
public Path toPath(URI uri) throws IOException
- Specified by:
toPathin interfaceFileSystemProvider- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-