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 Summary
Fields inherited from class org.apache.tika.parser.image.AbstractImageParser
OCR_MEDIATYPE_PREFIX - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.AbstractImageParser
parse 
- 
Constructor Details
- 
JpegParser
public JpegParser() 
 - 
 - 
Method Details
- 
getSupportedTypes
Description 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
 
 
 -