Class SrgFileReader
java.lang.Object
net.fabricmc.mappingio.format.srg.SrgFileReader
SRG file and
XSRG file reader.
Crashes if a second visit pass is requested without
MappingFlag.NEEDS_MULTIPLE_PASSES having been passed beforehand.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidread(Reader reader, String sourceNs, String targetNs, MappingVisitor visitor) static voidread(Reader reader, MappingVisitor visitor)
-
Method Details
-
read
- Throws:
IOException
-
read
public static void read(Reader reader, String sourceNs, String targetNs, MappingVisitor visitor) throws IOException - Throws:
IOException
-