Package 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
-
-
Constructor Summary
Constructors Constructor Description AsciiEncoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]decode(String s)static intdecode6bit(char c)Stringencode(byte[] data)static charencode6bit(byte b)
-
-
-
Method Detail
-
encode
public String encode(byte[] data)
- Specified by:
encodein interfaceURLEncoder
-
decode
public byte[] decode(String s)
- Specified by:
decodein interfaceURLEncoder
-
decode6bit
public static int decode6bit(char c)
-
encode6bit
public static char encode6bit(byte b)
-
-