Package org.apache.tika.parser.grib
Class GribParser
- java.lang.Object
-
- org.apache.tika.parser.AbstractParser
-
- org.apache.tika.parser.grib.GribParser
-
- All Implemented Interfaces:
Serializable,org.apache.tika.parser.Parser
public class GribParser extends org.apache.tika.parser.AbstractParser- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringGRIB_MIME_TYPE
-
Constructor Summary
Constructors Constructor Description GribParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.apache.tika.mime.MediaType>getSupportedTypes(org.apache.tika.parser.ParseContext context)voidparse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
-
-
-
Field Detail
-
GRIB_MIME_TYPE
public static final String GRIB_MIME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSupportedTypes
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
-
parse
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
- Throws:
IOExceptionSAXExceptionorg.apache.tika.exception.TikaException
-
-