Package org.apache.tika.fuzzing.pdf
Class PDFTransformer
java.lang.Object
org.apache.tika.fuzzing.pdf.PDFTransformer
- All Implemented Interfaces:
- Transformer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the set of media types supported by this parser when used with the given parse context.voidsetConfig(PDFTransformerConfig pdfTransformerConfig) voidtransform(InputStream is, OutputStream os) 
- 
Constructor Details- 
PDFTransformerpublic PDFTransformer()
 
- 
- 
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
 
- 
setConfig
 
-