Package org.apache.tika.fuzzing
Interface Transformer
- All Known Implementing Classes:
AutoDetectTransformer
,ByteDeleter
,ByteFlipper
,ByteInjector
,GeneralTransformer
,PDFTransformer
,SpanSwapper
,Truncator
public interface Transformer
-
Method Summary
Modifier and TypeMethodDescriptionReturns the set of media types supported by this parser when used with the given parse context.void
transform
(InputStream is, OutputStream os)
-
Method Details
-
getSupportedTypes
Returns the set of media types supported by this parser when used with the given parse context.- Returns:
- immutable set of media types
- Since:
- Apache Tika 1.24.1
-
transform
- Throws:
IOException
TikaException
-