Package org.apache.tika.parser.html
Class DataURIScheme
- java.lang.Object
-
- org.apache.tika.parser.html.DataURIScheme
-
public class DataURIScheme extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
InputStream
getInputStream()
MediaType
getMediaType()
int
hashCode()
boolean
isBase64()
-
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
-
getMediaType
public MediaType getMediaType()
- Returns:
- parsed media type or
null
if parse fails or if media type string was not specified
-
isBase64
public boolean isBase64()
-
-