Package mc.limestone.remap
Class Remapper
- java.lang.Object
-
- mc.limestone.remap.Remapper
-
public final class Remapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Remapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]map(byte[] bytes, MappingsSet mappingsSet)static voidmap(java.io.File in, java.io.File out, MappingsSet mappingsSet)static byte[]map(java.io.File in, MappingsSet mappingsSet)static voidmap(java.io.InputStream src, java.io.OutputStream sink, MappingsSet mappingsSet)static byte[]map(java.io.InputStream src, MappingsSet mappingsSet)static voidmap(java.nio.file.Path in, java.nio.file.Path out, MappingsSet mappingsSet)static byte[]map(java.nio.file.Path in, MappingsSet mappingsSet)static voidmapArchive(java.nio.file.Path in, java.io.OutputStream sink, MappingsSet mappingsSet)static voidmapArchive(java.nio.file.Path in, java.nio.file.Path out, MappingsSet mappingsSet)static voidmapArchive(java.util.zip.ZipFile in, java.io.File out, MappingsSet mappingsSet)static voidmapArchive(java.util.zip.ZipFile in, java.io.OutputStream sink, MappingsSet mappingsSet)
-
-
-
Method Detail
-
map
public static byte[] map(byte[] bytes, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
map
public static void map(java.io.File in, java.io.File out, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
map
public static byte[] map(java.io.File in, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
map
public static void map(java.nio.file.Path in, java.nio.file.Path out, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
map
public static byte[] map(java.nio.file.Path in, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
map
public static byte[] map(java.io.InputStream src, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
map
public static void map(java.io.InputStream src, java.io.OutputStream sink, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
mapArchive
public static void mapArchive(java.util.zip.ZipFile in, java.io.File out, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
mapArchive
public static void mapArchive(java.util.zip.ZipFile in, java.io.OutputStream sink, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
mapArchive
public static void mapArchive(java.nio.file.Path in, java.nio.file.Path out, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
mapArchive
public static void mapArchive(java.nio.file.Path in, java.io.OutputStream sink, MappingsSet mappingsSet) throws java.io.IOException- Throws:
java.io.IOException
-
-