Class TextDecoder

  • All Implemented Interfaces:
    Decoder<java.lang.String>, java.util.function.Function<java.lang.String,​TextMessage>

    public final class TextDecoder
    extends AbstractTextDecoder<java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      TextDecoder()  
    • Method Summary

      Modifier and Type Method Description
      TextMessage apply​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • TextDecoder

        public TextDecoder()
    • Method Detail

      • apply

        public TextMessage apply​(java.lang.String s)