Package net.sourceforge.plantuml.code
Interface Transcoder
-
- All Known Implementing Classes:
TranscoderImpl
,TranscoderSmart
,TranscoderSmartProtected
public interface Transcoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
decode(String code)
String
encode(String text)
-
-
-
Method Detail
-
encode
String encode(String text) throws IOException
- Throws:
IOException
-
decode
String decode(String code) throws NoPlantumlCompressionException
- Throws:
NoPlantumlCompressionException
-
-