Package org.apache.tika.fuzzing.general
Class GeneralTransformer
java.lang.Object
org.apache.tika.fuzzing.general.GeneralTransformer
- All Implemented Interfaces:
- Transformer
- 
Constructor SummaryConstructorsConstructorDescriptionGeneralTransformer(int maxTransforms, Transformer... transformers) GeneralTransformer(Transformer... transformers) 
- 
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- 
GeneralTransformerpublic GeneralTransformer()
- 
GeneralTransformer
- 
GeneralTransformer
 
- 
- 
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
- TikaException
 
 
-