Package net.sourceforge.plantuml.code
Class AsciiEncoder
java.lang.Object
net.sourceforge.plantuml.code.AsciiEncoder
- All Implemented Interfaces:
URLEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
decode
(java.lang.String s) static int
decode6bit
(char c) java.lang.String
encode
(byte[] data) static char
encode6bit
(byte b) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsciiEncoder
public AsciiEncoder()
-
-
Method Details
-
encode
public java.lang.String encode(byte[] data) - Specified by:
encode
in interfaceURLEncoder
-
decode
public byte[] decode(java.lang.String s) - Specified by:
decode
in interfaceURLEncoder
-
decode6bit
public static int decode6bit(char c) -
encode6bit
public static char encode6bit(byte b)
-