Package net.sourceforge.plantuml.code
Class TranscoderSmartProtected
- java.lang.Object
-
- net.sourceforge.plantuml.code.TranscoderSmartProtected
-
- All Implemented Interfaces:
Transcoder
public class TranscoderSmartProtected extends Object implements Transcoder
-
-
Constructor Summary
Constructors Constructor Description TranscoderSmartProtected()
-
-
-
Method Detail
-
decode
public String decode(String code) throws NoPlantumlCompressionException
- Specified by:
decode
in interfaceTranscoder
- Throws:
NoPlantumlCompressionException
-
encode
public String encode(String text) throws IOException
- Specified by:
encode
in interfaceTranscoder
- Throws:
IOException
-
-