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