Class CommonFileProcessor
- java.lang.Object
-
- com.ss.android.ugc.bytex.transformer.processor.CommonFileProcessor
-
- All Implemented Interfaces:
FileProcessor
public class CommonFileProcessor extends java.lang.Object implements FileProcessor
Created by tanlehua on 2019/4/27.
-
-
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 CommonFileProcessornewInstance(FileHandler handler)Outputprocess(FileProcessor.Chain chain)
-
-
-
Method Detail
-
newInstance
public static CommonFileProcessor newInstance(FileHandler handler)
-
process
public Output process(FileProcessor.Chain chain) throws java.io.IOException
- Specified by:
processin interfaceFileProcessor- Throws:
java.io.IOException
-
-