Class ResourceDataDirectory

    • Field Detail

      • IMAGE_SIZEOF_RESOURCE_DIRECTORY_ENTRY

        public static final int IMAGE_SIZEOF_RESOURCE_DIRECTORY_ENTRY
        The size of a resource directory entry, in bytes.
        See Also:
        Constant Field Values
      • IMAGE_SIZEOF_RESOURCE_DIRECTORY

        public static final int IMAGE_SIZEOF_RESOURCE_DIRECTORY
        The size of a resource directory, in bytes.
        See Also:
        Constant Field Values
      • IMAGE_RESOURCE_NAME_IS_STRING

        public static final int IMAGE_RESOURCE_NAME_IS_STRING
        A flag indicating that a resources is a string.
        See Also:
        Constant Field Values
      • IMAGE_RESOURCE_DATA_IS_DIRECTORY

        public static final int IMAGE_RESOURCE_DATA_IS_DIRECTORY
        A flag indicating that a resources is a directory.
        See Also:
        Constant Field Values
      • PREDEFINED_RESOURCE_NAMES

        public static final java.lang.String[] PREDEFINED_RESOURCE_NAMES
        A lookup table to obtain a string name for a resource type.
      • RT_NOTDEFINED

        public static final byte RT_NOTDEFINED
        Not defined in documentation but PNGs and WAVs are both this type
        See Also:
        Constant Field Values
      • RT_CURSOR

        public static final byte RT_CURSOR
        /** Hardware-dependent cursor resource.
        See Also:
        Constant Field Values
      • RT_ICON

        public static final byte RT_ICON
        Hardware-dependent icon resource.
        See Also:
        Constant Field Values
      • RT_FONTDIR

        public static final byte RT_FONTDIR
        Font directory resource.
        See Also:
        Constant Field Values
      • RT_ACCELERATOR

        public static final byte RT_ACCELERATOR
        Accelerator table.
        See Also:
        Constant Field Values
      • RT_RCDATA

        public static final byte RT_RCDATA
        Application-defined resource (raw data).
        See Also:
        Constant Field Values
      • RT_MESSAGETABLE

        public static final byte RT_MESSAGETABLE
        Message-table entry.
        See Also:
        Constant Field Values
      • RT_GROUP_CURSOR

        public static final byte RT_GROUP_CURSOR
        Hardware-independent cursor resource.
        See Also:
        Constant Field Values
      • RT_GROUP_ICON

        public static final byte RT_GROUP_ICON
        Hardware-independent icon resource.
        See Also:
        Constant Field Values
      • RT_PLUGPLAY

        public static final byte RT_PLUGPLAY
        Plug and Play resource.
        See Also:
        Constant Field Values
      • RT_ANICURSOR

        public static final byte RT_ANICURSOR
        Animated cursor resource.
        See Also:
        Constant Field Values
      • RT_ANIICON

        public static final byte RT_ANIICON
        Animated icon resource.
        See Also:
        Constant Field Values
      • directoryMap

        public static java.util.Set<java.lang.Integer> directoryMap
    • Constructor Detail

      • ResourceDataDirectory

        public ResourceDataDirectory()
        DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.