Package net.sourceforge.plantuml.code
Class AsciiEncoder
java.lang.Object
net.sourceforge.plantuml.code.AsciiEncoder
- All Implemented Interfaces:
URLEncoder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
static int
decode6bit
(char c) encode
(byte[] data) static char
encode6bit
(byte b)
-
Constructor Details
-
AsciiEncoder
public AsciiEncoder()
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceURLEncoder
-
decode
- Specified by:
decode
in interfaceURLEncoder
-
decode6bit
public static int decode6bit(char c) -
encode6bit
public static char encode6bit(byte b)
-