net.sourceforge.plantuml.code
Class AsciiEncoder
java.lang.Object
net.sourceforge.plantuml.code.AsciiEncoder
- All Implemented Interfaces:
- URLEncoder
public class AsciiEncoder
- extends Object
- implements URLEncoder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsciiEncoder
public AsciiEncoder()
encode
public String encode(byte[] data)
- Specified by:
encode
in interface URLEncoder
decode
public byte[] decode(String s)
- Specified by:
decode
in interface URLEncoder
decode6bit
public int decode6bit(char c)
encode6bit
public char encode6bit(byte b)
Copyright © 2012. All Rights Reserved.