net.sourceforge.plantuml.code
Class TranscoderSmart

java.lang.Object
  extended by net.sourceforge.plantuml.code.TranscoderSmart
All Implemented Interfaces:
Transcoder

public class TranscoderSmart
extends Object
implements Transcoder


Constructor Summary
TranscoderSmart()
           
 
Method Summary
 String decode(String code)
           
 String encode(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscoderSmart

public TranscoderSmart()
Method Detail

decode

public String decode(String code)
              throws IOException
Specified by:
decode in interface Transcoder
Throws:
IOException

encode

public String encode(String text)
              throws IOException
Specified by:
encode in interface Transcoder
Throws:
IOException


Copyright © 2014. All Rights Reserved.