Uses of Class
org.htmlunit.protocol.data.DataUrlDecoder
-
Packages that use DataUrlDecoder Package Description org.htmlunit.protocol.data Support for thedata:
protocol. -
-
Uses of DataUrlDecoder in org.htmlunit.protocol.data
Fields in org.htmlunit.protocol.data declared as DataUrlDecoder Modifier and Type Field Description private DataUrlDecoder
DataURLConnection. dataUrlDecoder_
Methods in org.htmlunit.protocol.data that return DataUrlDecoder Modifier and Type Method Description static DataUrlDecoder
DataUrlDecoder. decode(java.net.URL url)
Decodes a data URL providing simple access to the information contained by the URL.static DataUrlDecoder
DataUrlDecoder. decodeDataURL(java.lang.String url)
Decodes a data URL providing simple access to the information contained by the URL.
-