Class TsrgFileReader
java.lang.Object
net.fabricmc.mappingio.format.srg.TsrgFileReader
-
Method Summary
Modifier and TypeMethodDescriptiongetNamespaces(Reader reader) static voidread(Reader r, String sourceNs, String targetNs, MappingVisitor visitor) static voidread(Reader reader, MappingVisitor visitor)
-
Method Details
-
getNamespaces
- Throws:
IOException
-
read
- Throws:
IOException
-
read
public static void read(Reader r, String sourceNs, String targetNs, MappingVisitor visitor) throws IOException - Throws:
IOException
-