com.buck.common.codec
Class PercentEncoded

java.lang.Object
  extended by com.buck.common.codec.Codec
      extended by com.buck.common.codec.PercentEncoded
All Implemented Interfaces:
Comparable<Codec>

public class PercentEncoded
extends Codec

Codec for the percent-encoded encoding scheme.

See the RFC-3986 specification for more details.

Author:
Robert J. Buck

Constructor Summary
PercentEncoded()
           
 
Method Summary
 CodecDecoder newDecoder()
          Constructs a new decoder for this codec.
 CodecEncoder newEncoder()
          Constructs a new encoder for this codec.
 
Methods inherited from class com.buck.common.codec.Codec
aliases, availableCodecs, compareTo, equals, forName, hashCode, isSupported, name
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentEncoded

public PercentEncoded()
Method Detail

newDecoder

public CodecDecoder newDecoder()
Description copied from class: Codec
Constructs a new decoder for this codec.

Specified by:
newDecoder in class Codec
Returns:
A new decoder for this codec

newEncoder

public CodecEncoder newEncoder()
Description copied from class: Codec
Constructs a new encoder for this codec.

Specified by:
newEncoder in class Codec
Returns:
A new encoder for this codec


Copyright © 2013. All Rights Reserved.