Class CodepageCp863

  • All Implemented Interfaces:
    CodepageMapInterface

    public class CodepageCp863
    extends java.lang.Object
    implements CodepageMapInterface
    Codepage class for the Canadian French codepage. This class holds only the map of the 256 characters of the code page mapped onto Unicode.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      CodepageCp863() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringgetDescription()
      Gets the description of this code page.
      int[]getMap()
      This method returns the character map of the 256 bytes of the codepage mapped onto Unicode characters.
      • Methods inherited from class java.lang.Object

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

      • CodepageCp863

        public CodepageCp863()
    • Method Detail

      • getMap

        public int[] getMap()
        This method returns the character map of the 256 bytes of the codepage mapped onto Unicode characters.
        Specified by:
        getMap in interface CodepageMapInterface