Package net.sourceforge.plantuml.code
Class AsciiEncoderHex
java.lang.Object
net.sourceforge.plantuml.code.AsciiEncoderHex
- All Implemented Interfaces:
URLEncoder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsciiEncoderHex
public AsciiEncoderHex()
-
-
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
-