Class BaudotCode


  • public final class BaudotCode
    extends java.lang.Object
    A Baudot-like code. Same principle, different mappings.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static char toChar​(int code)  
      static char toCharFromShortCode​(int shortCode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toChar

        public static char toChar​(int code)
      • toCharFromShortCode

        public static char toCharFromShortCode​(int shortCode)