weather_service.weatherprovider
Class Utils

java.lang.Object
  extended by weather_service.weatherprovider.Utils

public class Utils
extends java.lang.Object

Utils

Since:
Jan 1, 2007, 8:58:42 PM

Constructor Summary
Utils()
           
 
Method Summary
static java.lang.String encode(java.lang.String data)
          encodes the URL string to be safe for HTTP transmission...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

encode

public static java.lang.String encode(java.lang.String data)
encodes the URL string to be safe for HTTP transmission...

Parameters:
data -
Returns: