Package org.apache.tika.parser.image
Class JpegParser
- java.lang.Object
- 
- org.apache.tika.parser.AbstractParser
- 
- org.apache.tika.parser.image.AbstractImageParser
- 
- org.apache.tika.parser.image.JpegParser
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Parser
 
 public class JpegParser extends AbstractImageParser - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tika.parser.image.AbstractImageParserOCR_MEDIATYPE_PREFIX
 
- 
 - 
Constructor SummaryConstructors Constructor Description JpegParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<MediaType>getSupportedTypes(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
 - 
Methods inherited from class org.apache.tika.parser.AbstractParserparse
 
- 
 
- 
- 
- 
Method Detail- 
getSupportedTypespublic Set<MediaType> getSupportedTypes(ParseContext context) 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
 
 
- 
 
-