Package org.apache.tika.parser.datauri
Class DataURIScheme
java.lang.Object
org.apache.tika.parser.datauri.DataURIScheme
-
Method Details
-
getInputStream
- Returns:
- the data as an InputStream.
- Throws:
IOException- doesn't happen, the implementation doesn't throw an IOException.
-
getMediaType
- Returns:
- parsed media type or
nullif parse fails or if media type string was not specified
-
isBase64
public boolean isBase64() -
equals
-
hashCode
public int hashCode()
-