net.sourceforge.plantuml.code
Class AsciiEncoder

java.lang.Object
  extended by net.sourceforge.plantuml.code.AsciiEncoder
All Implemented Interfaces:
URLEncoder

public class AsciiEncoder
extends Object
implements URLEncoder


Constructor Summary
AsciiEncoder()
           
 
Method Summary
 byte[] decode(String s)
           
 String encode(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsciiEncoder

public AsciiEncoder()
Method Detail

encode

public String encode(byte[] data)
Specified by:
encode in interface URLEncoder

decode

public byte[] decode(String s)
Specified by:
decode in interface URLEncoder


Copyright © 2011. All Rights Reserved.