Class MappingReader
- java.lang.Object
-
- com.ss.android.ugc.bytex.common.retrace.MappingReader
-
public class MappingReader extends java.lang.ObjectThis class can parse mapping files and invoke a processor for each of the mapping entries.
-
-
Constructor Summary
Constructors Constructor Description MappingReader(java.io.File mappingFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpump(MappingProcessor mappingProcessor)Reads the mapping file, presenting all of the encountered mapping entries to the given processor.
-
-
-
Method Detail
-
pump
public void pump(MappingProcessor mappingProcessor) throws java.io.IOException
Reads the mapping file, presenting all of the encountered mapping entries to the given processor.- Throws:
java.io.IOException
-
-