Package org.apache.tika.parser.html
Class DataURIScheme
- java.lang.Object
- 
- org.apache.tika.parser.html.DataURIScheme
 
- 
 public class DataURIScheme extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)InputStreamgetInputStream()MediaTypegetMediaType()inthashCode()booleanisBase64()
 
- 
- 
- 
Method Detail- 
getInputStreampublic InputStream getInputStream() 
 - 
getMediaTypepublic MediaType getMediaType() - Returns:
- parsed media type or nullif parse fails or if media type string was not specified
 
 - 
isBase64public boolean isBase64() 
 
- 
 
-