public class PSDParser
extends org.apache.tika.parser.AbstractParser
An MIT-licensed python parser with test files is: https://github.com/psd-tools/psd-tools
| Constructor and Description |
|---|
PSDParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDataLengthBytes() |
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) |
void |
setMaxDataLengthBytes(int maxDataLengthBytes) |
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.TikaException@Field public void setMaxDataLengthBytes(int maxDataLengthBytes)
public int getMaxDataLengthBytes()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.