com.dmurph.tracking
Class URIEncoder

java.lang.Object
  extended by com.dmurph.tracking.URIEncoder

public class URIEncoder
extends Object

simple uri encoder, made from the spec at: http://www.ietf.org/rfc/rfc2396.txt

Author:
Daniel Murphy

Constructor Summary
URIEncoder()
           
 
Method Summary
static String encodeURI(String argString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIEncoder

public URIEncoder()
Method Detail

encodeURI

public static String encodeURI(String argString)


Copyright © 2011. All Rights Reserved.