de.unkrig.commons.io
Class PercentEncoding

java.lang.Object
  extended by de.unkrig.commons.io.PercentEncoding

public final class PercentEncoding
extends java.lang.Object

Implements Percent-Encoding.


Method Summary
static boolean isUnreserved(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isUnreserved

public static boolean isUnreserved(int b)
Returns:
Whether the given character is unreserved.