Class TranscoderSmart2

  • All Implemented Interfaces:
    Transcoder

    public class TranscoderSmart2
    extends java.lang.Object
    implements Transcoder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • TranscoderSmart2

        public TranscoderSmart2()
    • 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