public class BPGParser
extends org.apache.tika.parser.AbstractParser
| Modifier and Type | Field and Description |
|---|---|
protected static int |
EXTENSION_TAG_EXIF |
protected static int |
EXTENSION_TAG_ICC_PROFILE |
protected static int |
EXTENSION_TAG_THUMBNAIL |
protected static int |
EXTENSION_TAG_XMP |
| Constructor and Description |
|---|
BPGParser() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
protected void |
handleXMP(InputStream stream,
int xmpLength,
ImageMetadataExtractor extractor) |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
protected static final int EXTENSION_TAG_EXIF
protected static final int EXTENSION_TAG_ICC_PROFILE
protected static final int EXTENSION_TAG_XMP
protected static final int EXTENSION_TAG_THUMBNAIL
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, SAXException, org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionprotected void handleXMP(InputStream stream, int xmpLength, ImageMetadataExtractor extractor) throws IOException, org.apache.tika.exception.TikaException, SAXException
IOExceptionorg.apache.tika.exception.TikaExceptionSAXExceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.