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.voidsetPercentCorrupt(float percentCorrupt)voidtransform(InputStream is, OutputStream os) 
 - 
 
- 
- 
Method Detail
- 
getSupportedTypes
public Set<MediaType> getSupportedTypes()
Description copied from interface:TransformerReturns the set of media types supported by this parser when used with the given parse context.- Specified by:
 getSupportedTypesin interfaceTransformer- Returns:
 - immutable set of media types
 
 
- 
transform
public void transform(InputStream is, OutputStream os) throws IOException
- Specified by:
 transformin interfaceTransformer- Throws:
 IOException
 
- 
setPercentCorrupt
public void setPercentCorrupt(float percentCorrupt)
 
 - 
 
 -