Class DataURIScheme

java.lang.Object
org.apache.tika.parser.html.DataURIScheme

public class DataURIScheme extends Object
  • Method Details

    • 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()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object