Package org.apache.tika.fuzzing.general
Class ByteFlipper
- java.lang.Object
-
- org.apache.tika.fuzzing.general.ByteFlipper
-
- All Implemented Interfaces:
Transformer
public class ByteFlipper extends Object implements Transformer
-
-
Constructor Summary
Constructors Constructor Description ByteFlipper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<MediaType>
getSupportedTypes()
Returns the set of media types supported by this parser when used with the given parse context.void
setPercentCorrupt(float percentCorrupt)
void
transform(InputStream is, OutputStream os)
-
-
-
Method Detail
-
getSupportedTypes
public Set<MediaType> getSupportedTypes()
Description copied from interface:Transformer
Returns the set of media types supported by this parser when used with the given parse context.- Specified by:
getSupportedTypes
in interfaceTransformer
- Returns:
- immutable set of media types
-
transform
public void transform(InputStream is, OutputStream os) throws IOException
- Specified by:
transform
in interfaceTransformer
- Throws:
IOException
-
setPercentCorrupt
public void setPercentCorrupt(float percentCorrupt)
-
-