Class ResourceStringTable


  • public class ResourceStringTable
    extends Resource
    A class for storing new-executable resource string tables. Strings are not stored as individual resources, rather strings are grouped together into a string table. This string table is then stored as a resource.
    • Method Detail

      • getStrings

        public LengthStringSet[] getStrings()
        Returns the strings defined in this resource string table.
        Returns:
        the strings defined in this resource string table