public class WARCParser
extends org.apache.tika.parser.AbstractParser
| Modifier and Type | Field and Description |
|---|---|
static String |
WARC_HTTP_PREFIX |
static String |
WARC_HTTP_STATUS |
static String |
WARC_HTTP_STATUS_REASON |
static String |
WARC_PREFIX |
| Constructor and Description |
|---|
WARCParser() |
| Modifier and Type | Method and Description |
|---|---|
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 static String WARC_PREFIX
public static String WARC_HTTP_PREFIX
public static String WARC_HTTP_STATUS
public static String WARC_HTTP_STATUS_REASON
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.TikaExceptionCopyright © 2007–2024 The Apache Software Foundation. All rights reserved.