| Class and Description |
|---|
| org.apache.tika.metadata.XMPDM.ChannelTypePropertyConverter
Experimental method, will change shortly
|
| Method and Description |
|---|
| org.apache.tika.mime.MimeTypes.getMimeType(File)
Use
Tika.detect(File) instead |
| org.apache.tika.mime.MimeTypes.getMimeType(String)
Use
Tika.detect(String) instead |
| org.apache.tika.config.TikaConfig.getParser(MediaType)
Use the
TikaConfig.getParser() method instead |
| org.apache.tika.parser.AbstractParser.parse(InputStream, ContentHandler, Metadata)
use the
Parser.parse(InputStream, ContentHandler, Metadata, ParseContext) method instead |
| org.apache.tika.io.IOUtils.toByteArray(String) |
| org.apache.tika.io.IOUtils.toString(byte[]) |
| org.apache.tika.io.IOUtils.toString(byte[], String) |
| org.apache.tika.io.IOUtils.write(StringBuffer, OutputStream)
replaced by write(CharSequence, OutputStream)
|
| org.apache.tika.io.IOUtils.write(StringBuffer, OutputStream, String)
replaced by write(CharSequence, OutputStream, String)
|
| org.apache.tika.io.IOUtils.write(StringBuffer, Writer)
replaced by write(CharSequence, Writer)
|
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.