Class ResourceInfo


  • public class ResourceInfo
    extends java.lang.Object
    This class represents information about a resource stored in the device.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GRAPHIC
      This resource is a graphic resource.
      static int INVALID
      This resource is invalid.
      static int TEXT
      This resource is a text resource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNumber()
      Gets the Resource number.
      int getSize()
      Gets the size of Resource.
      int getType()
      Gets the type of Resource.
      • Methods inherited from class java.lang.Object

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

      • getNumber

        public int getNumber()
        Gets the Resource number.
        Returns:
        resource number
      • getType

        public int getType()
        Gets the type of Resource.
        Returns:
        Resource type
      • getSize

        public int getSize()
        Gets the size of Resource.
        Returns:
        Resource size