Package net.fabricmc.loom.util
Class FileSystemUtil
java.lang.Object
net.fabricmc.loom.util.FileSystemUtil
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FileSystemUtil.DelegategetJarFileSystem(File file, boolean create)static FileSystemUtil.DelegategetJarFileSystem(URI uri, boolean create)static FileSystemUtil.DelegategetJarFileSystem(Path path, boolean create)
-
Method Details
-
getJarFileSystem
public static FileSystemUtil.Delegate getJarFileSystem(File file, boolean create) throws IOException- Throws:
IOException
-
getJarFileSystem
public static FileSystemUtil.Delegate getJarFileSystem(Path path, boolean create) throws IOException- Throws:
IOException
-
getJarFileSystem
- Throws:
IOException
-