net.sourceforge.plantuml.code
Class TranscoderImpl
java.lang.Object
net.sourceforge.plantuml.code.TranscoderImpl
- All Implemented Interfaces:
- Transcoder
public class TranscoderImpl
- extends Object
- implements Transcoder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranscoderImpl
public TranscoderImpl()
TranscoderImpl
public TranscoderImpl(URLEncoder urlEncoder,
Compression compression)
TranscoderImpl
public TranscoderImpl(URLEncoder urlEncoder,
StringCompressor stringCompressor,
Compression compression)
encode
public String encode(String text)
throws IOException
- Specified by:
encode
in interface Transcoder
- Throws:
IOException
decode
public String decode(String code)
throws IOException
- Specified by:
decode
in interface Transcoder
- Throws:
IOException
Copyright © 2011. All Rights Reserved.