Class FilterFileProcessor
- java.lang.Object
-
- com.ss.android.ugc.bytex.transformer.processor.FilterFileProcessor
-
- All Implemented Interfaces:
FileProcessor
public class FilterFileProcessor extends java.lang.Object implements FileProcessor
Created by yangzhiqian on 2020-03-06
Desc:按照不同的过程过滤掉不需要的FileData
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ss.android.ugc.bytex.transformer.processor.FileProcessor
FileProcessor.Chain
-
-
Constructor Summary
Constructors Constructor Description FilterFileProcessor(java.util.function.Predicate<FileData> predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Outputprocess(FileProcessor.Chain chain)
-
-
-
Constructor Detail
-
FilterFileProcessor
public FilterFileProcessor(java.util.function.Predicate<FileData> predicate)
-
-
Method Detail
-
process
public Output process(FileProcessor.Chain chain) throws java.io.IOException
- Specified by:
processin interfaceFileProcessor- Throws:
java.io.IOException
-
-