Package org.apache.tika.fuzzing.general
Class SpanSwapper
java.lang.Object
org.apache.tika.fuzzing.general.SpanSwapper
- All Implemented Interfaces:
- Transformer
randomly swaps spans from the input
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the set of media types supported by this parser when used with the given parse context.voidtransform(InputStream is, OutputStream os) 
- 
Constructor Details- 
SpanSwapperpublic SpanSwapper()
 
- 
- 
Method Details- 
getSupportedTypesDescription copied from interface:TransformerReturns the set of media types supported by this parser when used with the given parse context.- Specified by:
- getSupportedTypesin interface- Transformer
- Returns:
- immutable set of media types
 
- 
transform- Specified by:
- transformin interface- Transformer
- Throws:
- IOException
 
 
-