URLDecoder


URLDecoder java.net

Java 1.2

This class defines a static decode( ) method that reverses the encoding performed by URLEncoder.encode( ) . It decodes 8-bit text with the MIME type "x-www-form-urlencoded", which is a standard encoding used by web browsers to submit form contents to CGI scripts and other server-side programs.

 public class  URLDecoder  {  // Public Constructors  public  URLDecoder  ( );  // Public Class Methods   1.4  public static String  decode  (String  s  , String  enc  )  throws java.io.UnsupportedEncodingException;  // Deprecated Public Methods   #  public static String  decode  (String  s  );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net