Uses of Class
com.gargoylesoftware.htmlunit.protocol.data.DataUrlDecoder

Packages that use DataUrlDecoder
com.gargoylesoftware.htmlunit.protocol.data Support for the data: protocol 
 

Uses of DataUrlDecoder in com.gargoylesoftware.htmlunit.protocol.data
 

Methods in com.gargoylesoftware.htmlunit.protocol.data that return DataUrlDecoder
static DataUrlDecoder DataUrlDecoder.decode(URL url)
          Decodes a data URL providing simple access to the information contained by the URL.
static DataUrlDecoder DataUrlDecoder.decodeDataURL(String url)
          Decodes a data URL providing simple access to the information contained by the URL.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.