Package org.apache.tika.fuzzing.pdf
Class PDFTransformer
- java.lang.Object
-
- org.apache.tika.fuzzing.pdf.PDFTransformer
-
- All Implemented Interfaces:
Transformer
public class PDFTransformer extends Object implements Transformer
-
-
Constructor Summary
Constructors Constructor Description PDFTransformer()
-
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
setConfig(PDFTransformerConfig pdfTransformerConfig)
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, TikaException
- Specified by:
transform
in interfaceTransformer
- Throws:
IOException
TikaException
-
setConfig
public void setConfig(PDFTransformerConfig pdfTransformerConfig)
-
-