org.yaml.snakeyaml.util
Class UriEncoder

java.lang.Object
  extended by org.yaml.snakeyaml.util.UriEncoder

public abstract class UriEncoder
extends Object


Constructor Summary
UriEncoder()
           
 
Method Summary
static String decode(ByteBuffer buff)
          Decode '%'-escaped characters.
static String decode(String buff)
           
static String encode(String uri)
          Escape special characters with '%'
 
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

encode

public static String encode(String uri)
Escape special characters with '%'


decode

public static String decode(ByteBuffer buff)
                     throws CharacterCodingException
Decode '%'-escaped characters. Decoding fails in case of invalid UTF-8

Throws:
CharacterCodingException

decode

public static String decode(String buff)


Copyright © 2008-2012. All Rights Reserved.