Class ProcessorChain
- java.lang.Object
-
- com.ss.android.ugc.bytex.transformer.processor.ProcessorChain
-
- All Implemented Interfaces:
FileProcessor.Chain
public class ProcessorChain extends java.lang.Object implements FileProcessor.Chain
Created by tlh on 2018/8/21.
-
-
Constructor Summary
Constructors Constructor Description ProcessorChain(java.util.List<FileProcessor> processors, Input input, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Inputinput()Outputproceed(Input input)
-
-
-
Constructor Detail
-
ProcessorChain
public ProcessorChain(java.util.List<FileProcessor> processors, Input input, int index)
-
-
Method Detail
-
input
public Input input()
- Specified by:
inputin interfaceFileProcessor.Chain
-
proceed
public Output proceed(Input input) throws java.io.IOException
- Specified by:
proceedin interfaceFileProcessor.Chain- Throws:
java.io.IOException
-
-