- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.data.jimage.ResourceDecompressorRepository
-
public final class ResourceDecompressorRepository extends Object
JLink Decompressors. All decompressors must be registered in the static initializer of this class.
-
-
方法概要
修饰符和类型 方法 说明 static ResourceDecompressor
newResourceDecompressor(Properties properties, String name)
Build a new decompressor for the passed name.
-
-
-
方法详细资料
-
newResourceDecompressor
public static ResourceDecompressor newResourceDecompressor(Properties properties, String name) throws IOException
Build a new decompressor for the passed name.- 参数:
properties
- Contains plugin configuration.name
- The plugin name to build.- 返回:
- A decompressor or null if not found
- 抛出:
IOException
-
-