public class TheoraParser
extends org.apache.tika.parser.AbstractParser
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.tika.mime.MediaType |
THEORA_VIDEO |
| Constructor and Description |
|---|
TheoraParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
extractInfo(org.apache.tika.metadata.Metadata metadata,
TheoraInfo info) |
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, org.apache.tika.exception.TikaException, SAXException
IOExceptionorg.apache.tika.exception.TikaExceptionSAXExceptionprotected void extractInfo(org.apache.tika.metadata.Metadata metadata,
TheoraInfo info)
throws org.apache.tika.exception.TikaException
org.apache.tika.exception.TikaExceptionCopyright © 2016. All Rights Reserved.