net.sourceforge.plantuml.code
Class TranscoderSmart

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

public class TranscoderSmart
extends java.lang.Object
implements Transcoder


Constructor Summary
TranscoderSmart()
           
 
Method Summary
 java.lang.String decode(java.lang.String code)
           
 java.lang.String encode(java.lang.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 java.lang.String decode(java.lang.String code)
                        throws java.io.IOException
Specified by:
decode in interface Transcoder
Throws:
java.io.IOException

encode

public java.lang.String encode(java.lang.String text)
                        throws java.io.IOException
Specified by:
encode in interface Transcoder
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.