public class BPGParser extends AbstractImageParser
| 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 |
OCR_MEDIATYPE_PREFIX| 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) |
parseprotected 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)
protected void handleXMP(InputStream stream, int xmpLength, ImageMetadataExtractor extractor) throws IOException, org.apache.tika.exception.TikaException, SAXException
IOExceptionorg.apache.tika.exception.TikaExceptionSAXExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.