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 Stringdecode(String code)Stringencode(String text)
-
-
-
Method Detail
-
encode
String encode(String text) throws IOException
- Throws:
IOException
-
decode
String decode(String code) throws NoPlantumlCompressionException
- Throws:
NoPlantumlCompressionException
-
-