net.sourceforge.plantuml.code
Interface Transcoder

All Known Implementing Classes:
TranscoderImpl, TranscoderSmart

public interface Transcoder


Method Summary
 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 IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.