public interface Transformer
Modifier and Type | Method and Description |
---|---|
Set<MediaType> |
getSupportedTypes()
Returns the set of media types supported by this parser when used
with the given parse context.
|
void |
transform(InputStream is,
OutputStream os) |
Set<MediaType> getSupportedTypes()
void transform(InputStream is, OutputStream os) throws IOException, TikaException
IOException
TikaException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.