public class Latin1StringsParser
extends org.apache.tika.parser.AbstractParser
| Constructor and Description |
|---|
Latin1StringsParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMinSize()
Returns the minimum size of a character sequence to be extracted.
|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext arg0) |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
void |
setMinSize(int minSize)
Sets the minimum size of a character sequence to be extracted.
|
public int getMinSize()
public void setMinSize(int minSize)
minSize - the minimum size of a character sequencepublic Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext arg0)
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, SAXException
IOExceptionSAXExceptionParser.parse(java.io.InputStream,
org.xml.sax.ContentHandler, org.apache.tika.metadata.Metadata,
org.apache.tika.parser.ParseContext)Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.