Package org.apache.tika.fuzzing.general
Class ByteDeleter
- java.lang.Object
- 
- org.apache.tika.fuzzing.general.ByteDeleter
 
- 
- All Implemented Interfaces:
- Transformer
 
 public class ByteDeleter extends Object implements Transformer 
- 
- 
Constructor SummaryConstructors Constructor Description ByteDeleter()
 - 
Method SummaryAll 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.voidtransform(InputStream is, OutputStream os)
 
- 
- 
- 
Method Detail- 
getSupportedTypespublic Set<MediaType> getSupportedTypes() Description 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
 
 - 
transformpublic void transform(InputStream is, OutputStream os) throws IOException - Specified by:
- transformin interface- Transformer
- Throws:
- IOException
 
 
- 
 
-