Class ClassFileProcessor
- java.lang.Object
-
- com.ss.android.ugc.bytex.transformer.processor.ClassFileProcessor
-
- All Implemented Interfaces:
FileProcessor
public final class ClassFileProcessor extends java.lang.Object implements FileProcessor
Created by tlh on 2018/8/22.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ss.android.ugc.bytex.transformer.processor.FileProcessor
FileProcessor.Chain
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassFileProcessornewInstance(FileHandler transformer)Outputprocess(FileProcessor.Chain chain)
-
-
-
Method Detail
-
newInstance
public static ClassFileProcessor newInstance(FileHandler transformer)
-
process
public Output process(FileProcessor.Chain chain) throws java.io.IOException
- Specified by:
processin interfaceFileProcessor- Throws:
java.io.IOException
-
-