Interface CodepageMapInterface

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • getMap

        int[] getMap()
        This method returns the character map of the 256 bytes of the codepage mapped onto Unicode characters.
      • getDescription

        java.lang.String getDescription()
        Gets the description of this code page.