Package org.apache.tika.parser.image
Class JpegParser
java.lang.Object
org.apache.tika.parser.image.AbstractImageParser
org.apache.tika.parser.image.JpegParser
- All Implemented Interfaces:
- Serializable,- Parser
- See Also:
- 
Field SummaryFields inherited from class org.apache.tika.parser.image.AbstractImageParserOCR_MEDIATYPE_PREFIX
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetSupportedTypes(ParseContext context) Returns the set of media types supported by this parser when used with the given parse context.Methods inherited from class org.apache.tika.parser.image.AbstractImageParserparse
- 
Constructor Details- 
JpegParserpublic JpegParser()
 
- 
- 
Method Details- 
getSupportedTypesDescription copied from interface:ParserReturns the set of media types supported by this parser when used with the given parse context.- Parameters:
- context- parse context
- Returns:
- immutable set of media types
 
 
-