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 DataUrlDecoderDataURLConnection. dataUrlDecoder_Methods in org.htmlunit.protocol.data that return DataUrlDecoder Modifier and Type Method Description static DataUrlDecoderDataUrlDecoder. decode(java.net.URL url)Decodes a data URL providing simple access to the information contained by the URL.static DataUrlDecoderDataUrlDecoder. decodeDataURL(java.lang.String url)Decodes a data URL providing simple access to the information contained by the URL.
-